runtests: put trace outputs in log/trace[num] for all tests
authorDaniel Stenberg <daniel@haxx.se>
Sun, 1 Jan 2012 14:58:53 +0000 (15:58 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 1 Jan 2012 18:48:24 +0000 (19:48 +0100)
tests/runtests.pl

index 6055173..16ee812 100755 (executable)
@@ -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