From a3c9dfeead519e87ba197e5e66b1013f39fa4366 Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Fri, 26 Sep 2008 14:04:54 +0200 Subject: IceGrid fixes to ensure the registry/node don't wait too long if a replica becomes unreachable --- scripts/IceGridAdmin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/IceGridAdmin.py') diff --git a/scripts/IceGridAdmin.py b/scripts/IceGridAdmin.py index f69f0b082e6..fd3e7f64dc0 100644 --- a/scripts/IceGridAdmin.py +++ b/scripts/IceGridAdmin.py @@ -209,7 +209,7 @@ def iceGridTest(application, additionalOptions = "", applicationOptions = ""): if application != "": print "adding application...", - iceGridAdmin('application add ' + os.path.join(testdir, application) + ' ' + \ + iceGridAdmin('application add -n ' + os.path.join(testdir, application) + ' ' + \ '"test.dir=' + testdir + '" "ice.bindir=' + TestUtil.getCppBinDir() + '" ' + applicationOptions) print "ok" -- cgit v1.2.3