diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-08 18:37:14 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-03-08 18:43:13 +0000 |
commit | ecf0514306dd9c0baf94c43932cf77bd25fd8df0 (patch) | |
tree | 9bc02d459a593c63e2b4612e5ccda77c85e75b61 /test/scripts/0999-EXP-Queue-Ramp | |
parent | 305e4faec28e5e0eb990009f720aef91c1ecba92 (diff) |
Testsuite: better restriction of parallel 2-stage-queue-runners
Diffstat (limited to 'test/scripts/0999-EXP-Queue-Ramp')
-rw-r--r-- | test/scripts/0999-EXP-Queue-Ramp/0999 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/0999-EXP-Queue-Ramp/0999 b/test/scripts/0999-EXP-Queue-Ramp/0999 index fd552158b..dc60dfa6a 100644 --- a/test/scripts/0999-EXP-Queue-Ramp/0999 +++ b/test/scripts/0999-EXP-Queue-Ramp/0999 @@ -675,7 +675,7 @@ killdaemon # Only check that we logged the right number of messages; don't care # about ordering or mistakes in wrong message-id sudo perl -system "egrep -v '(Completed|<=|=>)' DIR/spool/log/mainlog 1>&2"; +system "egrep -v '(Completed|<=|=>|is locked)' DIR/spool/log/mainlog 1>&2"; system "wc -l DIR/test-stdout 1>&2"; system "grep -q '=>' DIR/spool/log/servermainlog && echo 'daemon did make at least one delivery' 1>&2"; **** |