summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/session/run.py
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-04-05 12:54:15 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-04-05 12:54:15 +0000
commit872fd9e5dfb743a648c64bf774f6c9a76a45b651 (patch)
treec071c5dc5bd1177c0913e82cb8a3233f0da50ea6 /cpp/test/IceGrid/session/run.py
parentadding timeout test (diff)
downloadice-872fd9e5dfb743a648c64bf774f6c9a76a45b651.tar.bz2
ice-872fd9e5dfb743a648c64bf774f6c9a76a45b651.tar.xz
ice-872fd9e5dfb743a648c64bf774f6c9a76a45b651.zip
- Added support for observing adapters and objects.
- Lots of cleanup in the IceGrid registry initilization method.
Diffstat (limited to 'cpp/test/IceGrid/session/run.py')
-rwxr-xr-xcpp/test/IceGrid/session/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/session/run.py b/cpp/test/IceGrid/session/run.py
index 64b8b882007..d4b1a573714 100755
--- a/cpp/test/IceGrid/session/run.py
+++ b/cpp/test/IceGrid/session/run.py
@@ -33,7 +33,7 @@ additionalOptions = " --Ice.Default.Locator=\"IceGrid/Locator:default -p 12010\"
"--Ice.PrintAdapterReady=0 --Ice.PrintProcessId=0 --IceDir=\"" + toplevel + "\" --TestDir=\"" + testdir + "\""
IceGridAdmin.cleanDbDir(os.path.join(testdir, "db"))
-iceGridRegistryThread = IceGridAdmin.startIceGridRegistry("12010", testdir, 0)
+iceGridRegistryThread = IceGridAdmin.startIceGridRegistry("12010", testdir, 1)
iceGridNodeThread = IceGridAdmin.startIceGridNode(testdir)
node1Dir = os.path.join(testdir, "db", "node-1")