remove fast as it makes problems especially with Travis+testssl.net

This commit is contained in:
Dirk 2020-01-21 23:53:52 +01:00
parent e0f8c8d43e
commit 80530aa34c

View File

@ -14,7 +14,7 @@ my $out="";
my $html="";
my $debughtml="";
my $edited_html="";
my $check2run="--fast --ip=one --color 0 --htmlfile tmp.html";
my $check2run="--ip=one --color 0 --htmlfile tmp.html";
die "Unable to open $prg" unless -f $prg;