now add --trace-time by default for curl tests

This commit is contained in:
Daniel Stenberg 2005-05-04 21:58:47 +00:00
parent cea117b509
commit c06da7c84a

View File

@ -1155,7 +1155,7 @@ sub singletest {
my $cmdargs; my $cmdargs;
if(!$tool) { if(!$tool) {
# run curl, add -v for debug information output # run curl, add -v for debug information output
$cmdargs ="$out --include -v $cmd"; $cmdargs ="$out --include -v --trace-time $cmd";
} }
else { else {
$cmdargs = " $cmd"; # $cmd is the command line for the test file $cmdargs = " $cmd"; # $cmd is the command line for the test file