From 0d959c64b24a8a82d409bbba78882960d9f39b52 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Fri, 24 Jan 2014 23:14:19 +0100 Subject: runtests: Don't log command every torture iteration in verbose --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index 9fd49ad31..b459c33ac 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -501,7 +501,7 @@ sub checktestcmd { sub runclient { my ($cmd)=@_; my $ret = system($cmd); - print "CMD ($ret): $cmd\n" if($verbose); + print "CMD ($ret): $cmd\n" if($verbose && !$torture); return $ret; # This is one way to test curl on a remote machine -- cgit v1.2.3