summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/replication/run.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-10-17 13:52:27 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-10-17 13:52:27 +0000
commit9684b99fb9b1c531a180f60c17128ee7502b7c7a (patch)
treeee76c1a78e0484a68fa22a04851b411d7428ef7e /cpp/test/IceGrid/replication/run.py
parentChanged error message in Makefile.mak (diff)
downloadice-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-xcpp/test/IceGrid/replication/run.py2
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)