diff options
author | Jose <jose@zeroc.com> | 2014-12-11 18:08:39 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-12-11 18:08:39 +0100 |
commit | 7c0b591f600d7648152bdae24720b994bc01dfbc (patch) | |
tree | 7192d770af43cad9c23b9291d727691b016a3d5b /cpp/demo/IceGrid/customLoadBalancing/expect.py | |
parent | Fixed (ICE-6130) - winrt hello demo timeout doesn't work (diff) | |
download | ice-7c0b591f600d7648152bdae24720b994bc01dfbc.tar.bz2 ice-7c0b591f600d7648152bdae24720b994bc01dfbc.tar.xz ice-7c0b591f600d7648152bdae24720b994bc01dfbc.zip |
Fixed (ICE-6125) - customLoadBalancing demo can't find RegistryPlugin
Diffstat (limited to 'cpp/demo/IceGrid/customLoadBalancing/expect.py')
-rwxr-xr-x | cpp/demo/IceGrid/customLoadBalancing/expect.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceGrid/customLoadBalancing/expect.py b/cpp/demo/IceGrid/customLoadBalancing/expect.py index 7b7d99f112f..09f00e76ac0 100755 --- a/cpp/demo/IceGrid/customLoadBalancing/expect.py +++ b/cpp/demo/IceGrid/customLoadBalancing/expect.py @@ -51,7 +51,7 @@ print("ok") sys.stdout.write("deploying application... ") sys.stdout.flush() -admin = Util.spawn(Util.getIceGridAdmin() + ' --Ice.Config=config.grid') +admin = Util.spawn(Util.getIceGridAdmin() + ' --Ice.Config=config.admin') admin.expect('>>>') admin.sendline("application add \'application.xml\'") admin.expect('>>>') |