diff options
author | Matthew Newhook <matthew@zeroc.com> | 2009-03-16 18:15:18 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2009-03-16 18:15:18 -0230 |
commit | 76a6e60dc77c187c9175fd6f3e4f2f96479cca3c (patch) | |
tree | c0ae5eda67bf5c2ec9ee0e7f1f3d079f86ff93f2 /cpp/test/IceGrid/replication/run.py | |
parent | Fixed bug #3874 (diff) | |
download | ice-76a6e60dc77c187c9175fd6f3e4f2f96479cca3c.tar.bz2 ice-76a6e60dc77c187c9175fd6f3e4f2f96479cca3c.tar.xz ice-76a6e60dc77c187c9175fd6f3e4f2f96479cca3c.zip |
http://bugzilla/bugzilla/show_bug.cgi?id=3860 - test/IceGrid/replication failure.
Diffstat (limited to 'cpp/test/IceGrid/replication/run.py')
-rwxr-xr-x | cpp/test/IceGrid/replication/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/replication/run.py b/cpp/test/IceGrid/replication/run.py index f7ab28dd1c2..6819f25aabf 100755 --- a/cpp/test/IceGrid/replication/run.py +++ b/cpp/test/IceGrid/replication/run.py @@ -23,4 +23,4 @@ from scripts import * TestUtil.addLdPath(os.getcwd()) IceGridAdmin.iceGridTest("application.xml", '--IceDir="%s" --TestDir="%s"' % (TestUtil.toplevel, os.getcwd()), - '\\"properties-override=%s\\"' % TestUtil.getCommandLine("", TestUtil.DriverConfig("server")).replace("--", "")) + "'properties-override=%s'" % TestUtil.getCommandLine("", TestUtil.DriverConfig("server")).replace("--", "")) |