diff options
-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; |