summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/test/Glacier/starter/run.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/test/Glacier/starter/run.py b/cpp/test/Glacier/starter/run.py
index acaf9119d4a..8f9d3b167ff 100755
--- a/cpp/test/Glacier/starter/run.py
+++ b/cpp/test/Glacier/starter/run.py
@@ -46,6 +46,10 @@ print "ok"
name = os.path.join("Glacier", "starter")
TestUtil.mixedClientServerTest(toplevel, name)
+# We run the test again, to check whether the glacier router starter
+# can start up multiple routers.
+TestUtil.mixedClientServerTest(toplevel, name)
+
print "shutting down glacier starter...",
TestUtil.killServers() # TODO: Graceful shutdown.
print "ok"