summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-09-06 15:54:17 +0000
committerMarc Laukien <marc@zeroc.com>2002-09-06 15:54:17 +0000
commit13c1f83765237fcfe0a1a118fa457531e5363d4d (patch)
tree3aefce1ce31bee14059bfe6931ad88104790fe23 /cpp
parentadded toString to EventHandler (diff)
downloadice-13c1f83765237fcfe0a1a118fa457531e5363d4d.tar.bz2
ice-13c1f83765237fcfe0a1a118fa457531e5363d4d.tar.xz
ice-13c1f83765237fcfe0a1a118fa457531e5363d4d.zip
fixes
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"