summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-27 06:40:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-27 06:40:48 +0000
commitba12c5dedaf1656a8f4cc4f33183dc087926a2a1 (patch)
treea08cb0262b5836671dd4e6d87a5bfae3e48b21ef /tests
parent203f66d0cb9f75f5dadcaec2cf4be47db1fbbc49 (diff)
downloadcurl-ba12c5dedaf1656a8f4cc4f33183dc087926a2a1.tar.gz
slightly quieter torture test by default
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index a87922a67..70cd5a4cb 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -156,8 +156,8 @@ sub torture {
$testcmd = "gdb $CURL -x log/gdbcmd";
}
- print "Torture test $c starting up\n",
- " CMD: $testcmd\n";
+ print "Torture test $c:\n";
+ print " CMD: $testcmd\n" if($verbose);
# memanalyze -v is our friend, get the number of allocations made
my $count;