slightly quieter torture test by default

This commit is contained in:
Daniel Stenberg
2003-10-27 06:40:48 +00:00
parent 203f66d0cb
commit ba12c5deda

View File

@@ -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;