comment the "stunnel exited with [num]" stuff since this is now happen
in normal tests and is annoying
This commit is contained in:
@@ -133,9 +133,9 @@ if($verbose) {
|
|||||||
my $rc = system($cmd);
|
my $rc = system($cmd);
|
||||||
|
|
||||||
$rc >>= 8;
|
$rc >>= 8;
|
||||||
if($rc) {
|
#if($rc) {
|
||||||
print STDERR "stunnel exited with $rc!\n";
|
# print STDERR "stunnel exited with $rc!\n";
|
||||||
}
|
#}
|
||||||
|
|
||||||
unlink $conffile;
|
unlink $conffile;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user