summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/session/run.py
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2015-11-20 13:06:56 -0500
committerBernard Normier <bernard@zeroc.com>2015-11-20 13:06:56 -0500
commitf4357fa23e7c5980c9b6b85054a4e5d5ed66c7a1 (patch)
tree0ebbbb605c637539f49076183cfbc5420f159c77 /cpp/test/IceGrid/session/run.py
parentAdd missing LMDB dependencies (diff)
downloadice-f4357fa23e7c5980c9b6b85054a4e5d5ed66c7a1.tar.bz2
ice-f4357fa23e7c5980c9b6b85054a4e5d5ed66c7a1.tar.xz
ice-f4357fa23e7c5980c9b6b85054a4e5d5ed66c7a1.zip
Reworked IceStorm and IceGrid database error handling
Diffstat (limited to 'cpp/test/IceGrid/session/run.py')
-rwxr-xr-xcpp/test/IceGrid/session/run.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/IceGrid/session/run.py b/cpp/test/IceGrid/session/run.py
index cd33951d025..c53bf8604dc 100755
--- a/cpp/test/IceGrid/session/run.py
+++ b/cpp/test/IceGrid/session/run.py
@@ -41,6 +41,7 @@ verifierProc = TestUtil.startServer(os.path.join(os.getcwd(), "verifier"), confi
print("ok")
IceGridAdmin.registryOptions += \
+ r' --Ice.Warn.Dispatch=0' + \
r' --IceGrid.Registry.DynamicRegistration' + \
r' --IceGrid.Registry.SessionFilters' + \
r' --IceGrid.Registry.AdminSessionFilters' + \