runtests: Don't log command every torture iteration in verbose
This commit is contained in:
parent
606e67c812
commit
0d959c64b2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user