summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/replication/run.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2008-09-26 14:04:54 +0200
committerBenoit Foucher <benoit@zeroc.com>2008-09-26 14:04:54 +0200
commita3c9dfeead519e87ba197e5e66b1013f39fa4366 (patch)
treea1bb69cdea16ca854173a2e3241b242aacf1b14e /cpp/test/IceGrid/replication/run.py
parentFixed locator potential hang when resolving round-robin replica group which c... (diff)
downloadice-a3c9dfeead519e87ba197e5e66b1013f39fa4366.tar.bz2
ice-a3c9dfeead519e87ba197e5e66b1013f39fa4366.tar.xz
ice-a3c9dfeead519e87ba197e5e66b1013f39fa4366.zip
IceGrid fixes to ensure the registry/node don't wait too long if a replica becomes unreachable
Diffstat (limited to 'cpp/test/IceGrid/replication/run.py')
-rwxr-xr-xcpp/test/IceGrid/replication/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/replication/run.py b/cpp/test/IceGrid/replication/run.py
index 1311d8675ff..5a13ccef323 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("--", ""))