summaryrefslogtreecommitdiff
path: root/cpp/test
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-11-05 21:56:08 +0000
committerMarc Laukien <marc@zeroc.com>2004-11-05 21:56:08 +0000
commitce3ea1042e7dbd75ba6fd9854d1f86a25ecee659 (patch)
treee2416de050cfaba3fadc2f7db976ad0c3c3f9daf /cpp/test
parentfixes (diff)
downloadice-ce3ea1042e7dbd75ba6fd9854d1f86a25ecee659.tar.bz2
ice-ce3ea1042e7dbd75ba6fd9854d1f86a25ecee659.tar.xz
ice-ce3ea1042e7dbd75ba6fd9854d1f86a25ecee659.zip
fix
Diffstat (limited to 'cpp/test')
-rwxr-xr-xcpp/test/Glacier2/router/run.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/test/Glacier2/router/run.py b/cpp/test/Glacier2/router/run.py
index 99f3046607b..131046d474c 100755
--- a/cpp/test/Glacier2/router/run.py
+++ b/cpp/test/Glacier2/router/run.py
@@ -9,7 +9,7 @@
# **********************************************************************
import os, sys
-import time
+
for toplevel in [".", "..", "../..", "../../..", "../../../.."]:
toplevel = os.path.normpath(toplevel)
if os.path.exists(os.path.join(toplevel, "config", "TestUtil.py")):
@@ -34,8 +34,6 @@ TestUtil.getServerPid(starterPipe)
TestUtil.getAdapterReady(starterPipe)
print "ok"
-time.sleep(30)
-
name = os.path.join("Glacier2", "router")
TestUtil.mixedClientServerTest(name)