summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rwxr-xr-xcpp/test/IcePack/simple/run.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/test/IcePack/simple/run.py b/cpp/test/IcePack/simple/run.py
index a28925d5126..92b20842309 100755
--- a/cpp/test/IcePack/simple/run.py
+++ b/cpp/test/IcePack/simple/run.py
@@ -25,8 +25,9 @@ icePackAdmin = os.path.normpath(toplevel + "/bin/icepackadmin")
updatedServerOptions = TestUtil.serverOptions.replace("TOPLEVELDIR", toplevel)
updatedClientOptions = TestUtil.clientOptions.replace("TOPLEVELDIR", toplevel)
+updatedCollocatedOptions = TestUtil.collocatedOptions.replace("TOPLEVELDIR", toplevel)
-command = icePack + updatedServerOptions + ' --nowarn' + \
+command = icePack + updatedCollocatedOptions + ' --nowarn' + \
r' "--Ice.Adapter.Forward.Endpoints=' + TestUtil.protocol + ' -p 12346 -t 5000"' + \
r' "--Ice.Adapter.Admin.Endpoints=' + TestUtil.protocol + ' -p 12347 -t 5000"'
print "starting icepack...",