From ba12c5dedaf1656a8f4cc4f33183dc087926a2a1 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 27 Oct 2003 06:40:48 +0000
Subject: [PATCH] slightly quieter torture test by default

---
 tests/runtests.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/runtests.pl b/tests/runtests.pl
index a87922a676..70cd5a4cbd 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;
-- 
GitLab