diff options
author | Benoit Foucher <benoit@zeroc.com> | 2007-01-25 14:17:48 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2007-01-25 14:17:48 +0000 |
commit | 0d6e66e98a11e8fa70d53c9e304eaf08bfc0a072 (patch) | |
tree | 1b1a7ce9b43ca3c4b4d2f1e138ee6dd9716fb70c /cpp/test/IceGrid/deployer/run.py | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=1283 (diff) | |
download | ice-0d6e66e98a11e8fa70d53c9e304eaf08bfc0a072.tar.bz2 ice-0d6e66e98a11e8fa70d53c9e304eaf08bfc0a072.tar.xz ice-0d6e66e98a11e8fa70d53c9e304eaf08bfc0a072.zip |
IceGrid file cache fixes
Diffstat (limited to 'cpp/test/IceGrid/deployer/run.py')
-rwxr-xr-x | cpp/test/IceGrid/deployer/run.py | 5 |
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") |