From: Daniel Stenberg Date: Sun, 1 Jan 2012 14:58:53 +0000 (+0100) Subject: runtests: put trace outputs in log/trace[num] for all tests X-Git-Tag: curl-7_24_0~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08107111acd79f653d5b732f898699243167c316;p=curl runtests: put trace outputs in log/trace[num] for all tests --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 6055173c9..16ee812c6 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -3024,7 +3024,7 @@ sub singletest { $inc = "--include "; } - $cmdargs ="$out $inc--verbose --trace-time $cmd"; + $cmdargs ="$out $inc--trace-ascii log/trace$testnum --trace-time $cmd"; } else { $cmdargs = " $cmd"; # $cmd is the command line for the test file