aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
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