summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-01-01 15:58:53 +0100
committerDaniel Stenberg <daniel@haxx.se>2012-01-01 19:48:24 +0100
commit08107111acd79f653d5b732f898699243167c316 (patch)
treeb40487c7b881f5361619eb41423a4881256c51ce
parenta3403db02f23513f488c78398e1377203e3023cd (diff)
downloadcurl-08107111acd79f653d5b732f898699243167c316.tar.gz
runtests: put trace outputs in log/trace[num] for all tests
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
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