projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3403db
)
runtests: put trace outputs in log/trace[num] for all tests
author
Daniel Stenberg
<daniel@haxx.se>
Sun, 1 Jan 2012 14:58:53 +0000
(15:58 +0100)
committer
Daniel Stenberg
<daniel@haxx.se>
Sun, 1 Jan 2012 18:48:24 +0000
(19:48 +0100)
tests/runtests.pl
patch
|
blob
|
history
diff --git
a/tests/runtests.pl
b/tests/runtests.pl
index
6055173
..
16ee812
100755
(executable)
--- 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