summaryrefslogtreecommitdiff
path: root/cpp/demo/Glacier2/chat/expect.py
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2009-10-02 09:35:28 -0230
committerDwayne Boone <dwayne@zeroc.com>2009-10-02 09:35:28 -0230
commit6d8d16b3761eaa24c9c754dd0f2cc1a70de8fad0 (patch)
treeff37056717cff166bc705112f54e98074f8d1f40 /cpp/demo/Glacier2/chat/expect.py
parent3772. Recovering from Glacier2 / Ice router session failure. (diff)
downloadice-6d8d16b3761eaa24c9c754dd0f2cc1a70de8fad0.tar.bz2
ice-6d8d16b3761eaa24c9c754dd0f2cc1a70de8fad0.tar.xz
ice-6d8d16b3761eaa24c9c754dd0f2cc1a70de8fad0.zip
C++Builder 2010 support
Diffstat (limited to 'cpp/demo/Glacier2/chat/expect.py')
-rwxr-xr-xcpp/demo/Glacier2/chat/expect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/Glacier2/chat/expect.py b/cpp/demo/Glacier2/chat/expect.py
index f92273ba2d9..ece2591f6a1 100755
--- a/cpp/demo/Glacier2/chat/expect.py
+++ b/cpp/demo/Glacier2/chat/expect.py
@@ -24,7 +24,7 @@ from demoscript import *
server = Util.spawn('./server --Ice.PrintAdapterReady')
server.expect('.* ready')
-glacier2 = Util.spawn('glacier2router --Ice.Config=config.glacier2 --Ice.PrintAdapterReady')
+glacier2 = Util.spawn(Util.getGlacier2Router() + ' --Ice.Config=config.glacier2 --Ice.PrintAdapterReady')
glacier2.expect('Glacier2.Client ready')
glacier2.expect('Glacier2.Server ready')