diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-10-17 13:52:27 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-10-17 13:52:27 +0000 |
commit | 9684b99fb9b1c531a180f60c17128ee7502b7c7a (patch) | |
tree | ee76c1a78e0484a68fa22a04851b411d7428ef7e /cpp/test/IceGrid/replication/run.py | |
parent | Changed error message in Makefile.mak (diff) | |
download | ice-9684b99fb9b1c531a180f60c17128ee7502b7c7a.tar.bz2 ice-9684b99fb9b1c531a180f60c17128ee7502b7c7a.tar.xz ice-9684b99fb9b1c531a180f60c17128ee7502b7c7a.zip |
Replication fixes, more work on the replication tests
Diffstat (limited to 'cpp/test/IceGrid/replication/run.py')
-rwxr-xr-x | cpp/test/IceGrid/replication/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/replication/run.py b/cpp/test/IceGrid/replication/run.py index 915581cc4e8..f8888c79309 100755 --- a/cpp/test/IceGrid/replication/run.py +++ b/cpp/test/IceGrid/replication/run.py @@ -26,6 +26,6 @@ testdir = os.path.join(toplevel, "test", name) TestUtil.addLdPath(testdir) -IceGridAdmin.iceGridTest(name, "application.xml", "", \ +IceGridAdmin.iceGridTest(name, "application.xml", "--IceDir=\"" + toplevel + "\" --TestDir=\"" + testdir + "\"", \ ' \\"properties-override=' + TestUtil.clientServerOptions.replace("--", "") + '\\"') sys.exit(0) |