mirror of
https://github.com/curl/curl.git
synced 2026-06-02 00:24:15 +03:00
comment the "stunnel exited with [num]" stuff since this is now happen
in normal tests and is annoying
This commit is contained in:
parent
7e07da977c
commit
b96f11f7ec
1 changed files with 3 additions and 3 deletions
|
|
@ -133,9 +133,9 @@ if($verbose) {
|
|||
my $rc = system($cmd);
|
||||
|
||||
$rc >>= 8;
|
||||
if($rc) {
|
||||
print STDERR "stunnel exited with $rc!\n";
|
||||
}
|
||||
#if($rc) {
|
||||
# print STDERR "stunnel exited with $rc!\n";
|
||||
#}
|
||||
|
||||
unlink $conffile;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue