mirror of
https://github.com/curl/curl.git
synced 2026-07-24 09:07:47 +03:00
slightly quieter torture test by default
This commit is contained in:
parent
203f66d0cb
commit
ba12c5deda
1 changed files with 2 additions and 2 deletions
|
|
@ -156,8 +156,8 @@ sub torture {
|
|||
$testcmd = "gdb $CURL -x log/gdbcmd";
|
||||
}
|
||||
|
||||
print "Torture test $c starting up\n",
|
||||
" CMD: $testcmd\n";
|
||||
print "Torture test $c:\n";
|
||||
print " CMD: $testcmd\n" if($verbose);
|
||||
|
||||
# memanalyze -v is our friend, get the number of allocations made
|
||||
my $count;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue