runtests: Don't log command every torture iteration in verbose

This commit is contained in:
Dan Fandrich 2014-01-24 23:14:19 +01:00
parent 606e67c812
commit 0d959c64b2

View File

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