projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fde7b8c
)
Do not bail on default for test failures - that is why we have ENV{BUCARDO_TESTBAIL}
author
Greg Sabino Mullane
<greg@endpoint.com>
Sun, 21 Dec 2014 22:12:32 +0000
(17:12 -0500)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Sun, 21 Dec 2014 22:12:32 +0000
(17:12 -0500)
t/BucardoTesting.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/BucardoTesting.pm
b/t/BucardoTesting.pm
index 07804d78f8131fdc5bfb8ec9f8f22e0f0039742f..3fe7e3e046ca96bf18ca1698c4be7a357dca3efd 100644
(file)
--- a/
t/BucardoTesting.pm
+++ b/
t/BucardoTesting.pm
@@
-1234,7
+1234,7
@@
sub wait_for_notice {
my $timeout = shift || $TIMEOUT_NOTICE;
my $sleep = shift || $TIMEOUT_SLEEP;
my $bail = shift;
- $bail =
1
if !defined($bail);
+ $bail =
0
if !defined($bail);
my $n;
my %wait_for;
for my $str (ref $text ? @{ $text } : $text) {