Loading tests/runtests.pl +13 −3 Original line number Diff line number Diff line Loading @@ -483,10 +483,18 @@ sub singletest { writearray($filename, \@inputfile); } my %cmdhash = getpartattr("client", "command"); my $out=""; if($cmdhash{'option'} eq "no-output") { #print "*** We don't slap on --output\n"; } else { if (!@validstdout) { $out="--output $CURLOUT "; } } # run curl, add -v for debug information output my $cmdargs="$out--include -v $cmd"; Loading Loading @@ -832,7 +840,9 @@ if($testthis[0] ne "") { # Output curl version and host info being tested # if(!$listonly) { displaydata(); } ####################################################################### # clear and create logging directory: Loading Loading
tests/runtests.pl +13 −3 Original line number Diff line number Diff line Loading @@ -483,10 +483,18 @@ sub singletest { writearray($filename, \@inputfile); } my %cmdhash = getpartattr("client", "command"); my $out=""; if($cmdhash{'option'} eq "no-output") { #print "*** We don't slap on --output\n"; } else { if (!@validstdout) { $out="--output $CURLOUT "; } } # run curl, add -v for debug information output my $cmdargs="$out--include -v $cmd"; Loading Loading @@ -832,7 +840,9 @@ if($testthis[0] ne "") { # Output curl version and host info being tested # if(!$listonly) { displaydata(); } ####################################################################### # clear and create logging directory: Loading