diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-05-07 09:14:11 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-05-07 09:14:11 +0200 |
commit | dfba9bf4bd5eb35ec012408ed570a309f885d13e (patch) | |
tree | 4ab1602a611f30c89ccf06dbf5539285aaf686f3 /cpp/test/IceGrid/replication/run.py | |
parent | http://bugzilla/bugzilla/show_bug.cgi?id=3089 - dont run all tests with all c... (diff) | |
download | ice-dfba9bf4bd5eb35ec012408ed570a309f885d13e.tar.bz2 ice-dfba9bf4bd5eb35ec012408ed570a309f885d13e.tar.xz ice-dfba9bf4bd5eb35ec012408ed570a309f885d13e.zip |
Fixed bug 3079
Diffstat (limited to 'cpp/test/IceGrid/replication/run.py')
-rwxr-xr-x | cpp/test/IceGrid/replication/run.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceGrid/replication/run.py b/cpp/test/IceGrid/replication/run.py index 33ccce57501..ff0420899dc 100755 --- a/cpp/test/IceGrid/replication/run.py +++ b/cpp/test/IceGrid/replication/run.py @@ -28,6 +28,6 @@ testdir = os.path.dirname(os.path.abspath(__file__)) TestUtil.addLdPath(testdir) IceGridAdmin.iceGridTest(testdir, name, "application.xml", "--IceDir=\"" + toplevel + "\" --TestDir=\"" + testdir + "\"", \ - ' \\"properties-override=' + \ - TestUtil.getCommandLine("", TestUtil.DriverConfig("server")).replace("--", "") + '\\"') + ' \'properties-override=' + \ + TestUtil.getCommandLine("", TestUtil.DriverConfig("server")).replace("--", "") + '\'') sys.exit(0) |