diff options
| -rwxr-xr-x | tests/runtests.pl | 2 | 
1 files changed, 1 insertions, 1 deletions
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  | 
