summaryrefslogtreecommitdiff
path: root/cpp/demo/IceStorm/replicated/expect.py
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2014-10-15 15:42:10 -0400
committerJoe George <joe@zeroc.com>2014-10-15 15:44:04 -0400
commit683ef72bfe5ea002a366291c6f7d5aaab811c8c3 (patch)
tree446dc9d20715657ba3dfba2f280c3ff89a1ba12a /cpp/demo/IceStorm/replicated/expect.py
parentminor style fixes (diff)
downloadice-683ef72bfe5ea002a366291c6f7d5aaab811c8c3.tar.bz2
ice-683ef72bfe5ea002a366291c6f7d5aaab811c8c3.tar.xz
ice-683ef72bfe5ea002a366291c6f7d5aaab811c8c3.zip
Fix ICE-5745 - IceStorm demos were not properly shutting down from scripts
Diffstat (limited to 'cpp/demo/IceStorm/replicated/expect.py')
-rwxr-xr-xcpp/demo/IceStorm/replicated/expect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceStorm/replicated/expect.py b/cpp/demo/IceStorm/replicated/expect.py
index b16cbb5c516..a4f747223de 100755
--- a/cpp/demo/IceStorm/replicated/expect.py
+++ b/cpp/demo/IceStorm/replicated/expect.py
@@ -79,7 +79,7 @@ icestorm3 = Util.watch("db/DemoIceStorm-3.out")
icestorm1.expect('Election: node 1: reporting for duty in group 3:[-0-9A-Fa-f]+ with coordinator 3', timeout = 60)
icestorm2.expect('Election: node 2: reporting for duty in group 3:[-0-9A-Fa-f]+ with coordinator 3', timeout = 60)
icestorm3.expect('Election: node 3: reporting for duty in group 3:[-0-9A-Fa-f]+ as coordinator', timeout = 60)
-
+
icestorm3.expect('DemoIceStorm-3-IceStorm: Topic: time: subscribeAndGetPublisher: [-0-9A-Fa-f]+', timeout = 60)
icestorm1.expect('DemoIceStorm-1-IceStorm: Topic: time: add replica observer: [-0-9A-Fa-f]+', timeout = 60)
icestorm2.expect('DemoIceStorm-2-IceStorm: Topic: time: add replica observer: [-0-9A-Fa-f]+', timeout = 60)