diff options
Diffstat (limited to 'cpp/demo/Ice/plugin/expect.py')
-rwxr-xr-x | cpp/demo/Ice/plugin/expect.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/demo/Ice/plugin/expect.py b/cpp/demo/Ice/plugin/expect.py index f4da233e308..f35e50a72ca 100755 --- a/cpp/demo/Ice/plugin/expect.py +++ b/cpp/demo/Ice/plugin/expect.py @@ -22,6 +22,8 @@ sys.path.append(path[0]) from demoscript import * from demoscript.Ice import plugin +Util.addLdPath(os.getcwd()) + server = Util.spawn('./server --Ice.PrintAdapterReady --Ice.Warn.Connections=0') server.expect('.* ready') client = Util.spawn('./client --Ice.Warn.Connections=0') |