diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-27 06:40:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-27 06:40:48 +0000 |
commit | ba12c5dedaf1656a8f4cc4f33183dc087926a2a1 (patch) | |
tree | a08cb0262b5836671dd4e6d87a5bfae3e48b21ef | |
parent | 203f66d0cb9f75f5dadcaec2cf4be47db1fbbc49 (diff) |
slightly quieter torture test by default
-rwxr-xr-x | tests/runtests.pl | 4 |
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; |