summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/replication/run.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2008-05-07 09:14:11 +0200
committerBenoit Foucher <benoit@zeroc.com>2008-05-07 09:14:11 +0200
commitdfba9bf4bd5eb35ec012408ed570a309f885d13e (patch)
tree4ab1602a611f30c89ccf06dbf5539285aaf686f3 /cpp/test/IceGrid/replication/run.py
parenthttp://bugzilla/bugzilla/show_bug.cgi?id=3089 - dont run all tests with all c... (diff)
downloadice-dfba9bf4bd5eb35ec012408ed570a309f885d13e.tar.bz2
ice-dfba9bf4bd5eb35ec012408ed570a309f885d13e.tar.xz
ice-dfba9bf4bd5eb35ec012408ed570a309f885d13e.zip
Fixed bug 3079
Diffstat (limited to 'cpp/test/IceGrid/replication/run.py')
-rwxr-xr-xcpp/test/IceGrid/replication/run.py4
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)