From c06da7c84aa4b21a802b6992d373f7aa2c944c76 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 4 May 2005 21:58:47 +0000 Subject: now add --trace-time by default for curl tests --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3