mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:54:17 +03:00
runtests: Don't log command every torture iteration in verbose
This commit is contained in:
parent
606e67c812
commit
0d959c64b2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue