slightly quieter torture test by default
authorDaniel Stenberg <daniel@haxx.se>
Mon, 27 Oct 2003 06:40:48 +0000 (06:40 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 27 Oct 2003 06:40:48 +0000 (06:40 +0000)
tests/runtests.pl

index a87922a..70cd5a4 100755 (executable)
@@ -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;