diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-05-04 21:58:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-05-04 21:58:47 +0000 |
commit | c06da7c84aa4b21a802b6992d373f7aa2c944c76 (patch) | |
tree | 4ef81c8ffb3fd5347d4d4c09aac707e2499e806d /tests | |
parent | cea117b50953a560bbe3ad3ae5f90490398fda95 (diff) |
now add --trace-time by default for curl tests
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 93c187e84..06d27462a 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1155,7 +1155,7 @@ sub singletest { my $cmdargs; if(!$tool) { # run curl, add -v for debug information output - $cmdargs ="$out --include -v $cmd"; + $cmdargs ="$out --include -v --trace-time $cmd"; } else { $cmdargs = " $cmd"; # $cmd is the command line for the test file |