Commit 0d959c64 authored by Dan Fandrich's avatar Dan Fandrich
Browse files

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

parent 606e67c8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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