diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-12-14 11:13:22 -0330 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-12-14 11:13:22 -0330 |
commit | 4cedb1904cf692defbe1a9c48664340bd26b3ab4 (patch) | |
tree | 4ce2db74f31eee480500429ebfe7c1936df78470 /cpp | |
parent | Updated READMES for windows installer (diff) | |
download | ice-4cedb1904cf692defbe1a9c48664340bd26b3ab4.tar.bz2 ice-4cedb1904cf692defbe1a9c48664340bd26b3ab4.tar.xz ice-4cedb1904cf692defbe1a9c48664340bd26b3ab4.zip |
Bug 4468 - warning in replicaGroup test
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/test/IceGrid/replicaGroup/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/replicaGroup/run.py b/cpp/test/IceGrid/replicaGroup/run.py index a0db78792b9..8f56c4ac331 100755 --- a/cpp/test/IceGrid/replicaGroup/run.py +++ b/cpp/test/IceGrid/replicaGroup/run.py @@ -20,6 +20,6 @@ if len(path) == 0: sys.path.append(os.path.join(path[0])) from scripts import * -IceGridAdmin.iceGridTest("application.xml", "--Ice.RetryIntervals='0 50 100 250'", +IceGridAdmin.iceGridTest("application.xml", "--Ice.RetryIntervals=\"0 50 100 250\"", "icebox.exe='%s'" % TestUtil.getIceBox()) |