diff options
Diffstat (limited to 'cpp/demo/IceStorm/counter/expect.py')
-rwxr-xr-x | cpp/demo/IceStorm/counter/expect.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/demo/IceStorm/counter/expect.py b/cpp/demo/IceStorm/counter/expect.py index 9ad36f24b91..50ee25599aa 100755 --- a/cpp/demo/IceStorm/counter/expect.py +++ b/cpp/demo/IceStorm/counter/expect.py @@ -28,7 +28,7 @@ Util.cleanDbDir("db") print "ok" if Util.defaultHost: - args = ' --IceBox.Service.IceStorm="IceStormService,33:createIceStorm --Ice.Config=config.service %s"' \ + args = ' --IceBox.Service.IceStorm="IceStormService,34b:createIceStorm --Ice.Config=config.service %s"' \ % Util.defaultHost else: args = '' @@ -80,6 +80,6 @@ print "ok" server.kill(signal.SIGINT) server.waitTestSuccess() -admin = Util.spawn('iceboxadmin --Ice.Config=config.icebox shutdown') +admin = Util.spawn(Util.getIceBoxAdmin() + ' --Ice.Config=config.icebox shutdown') admin.waitTestSuccess() icestorm.waitTestSuccess() |