diff options
author | Bernard Normier <bernard@zeroc.com> | 2015-11-20 13:06:56 -0500 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2015-11-20 13:06:56 -0500 |
commit | f4357fa23e7c5980c9b6b85054a4e5d5ed66c7a1 (patch) | |
tree | 0ebbbb605c637539f49076183cfbc5420f159c77 /cpp/test/IceGrid/session/run.py | |
parent | Add missing LMDB dependencies (diff) | |
download | ice-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-x | cpp/test/IceGrid/session/run.py | 1 |
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' + \ |