summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/deployer/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/deployer/run.py')
-rwxr-xr-xcpp/test/IceGrid/deployer/run.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/test/IceGrid/deployer/run.py b/cpp/test/IceGrid/deployer/run.py
index 403f2b1413e..ed8c9145785 100755
--- a/cpp/test/IceGrid/deployer/run.py
+++ b/cpp/test/IceGrid/deployer/run.py
@@ -28,10 +28,11 @@ TestUtil.addLdPath(testdir)
iceBox = TestUtil.getIceBox(testdir)
-IceGridAdmin.iceGridTest(name, "application.xml", "", '"icebox.exe=' + TestUtil.getIceBox(testdir) + '"')
+IceGridAdmin.iceGridTest(name, "application.xml", "--TestDir=\"" + testdir + "\"", \
+ '"icebox.exe=' + TestUtil.getIceBox(testdir) + '"')
# Tests with targets
-IceGridAdmin.iceGridTest(name, "application.xml", "-t", \
+IceGridAdmin.iceGridTest(name, "application.xml", "-t --TestDir=\"" + testdir + "\"", \
"icebox.exe=" + TestUtil.getIceBox(testdir) + \
" moreservers moreservices moreproperties")