cloudflare seems not good for html travis checks

This commit is contained in:
Dirk 2020-01-22 00:28:59 +01:00
parent 80530aa34c
commit 39abb27dd9

View File

@ -9,12 +9,12 @@ use Data::Dumper;
my $tests = 0; my $tests = 0;
my $prg="./testssl.sh"; my $prg="./testssl.sh";
my $uri="testssl.net"; my $uri="dev.testssl.sh";
my $out=""; my $out="";
my $html=""; my $html="";
my $debughtml=""; my $debughtml="";
my $edited_html=""; my $edited_html="";
my $check2run="--ip=one --color 0 --htmlfile tmp.html"; my $check2run="--ip=one --color 0 --htmlfile tmp.html";
die "Unable to open $prg" unless -f $prg; die "Unable to open $prg" unless -f $prg;