diff options
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/test/Glacier/starter/run.py | 4 |
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" |