diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-11-28 14:32:20 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-11-28 14:32:20 +0100 |
commit | 50013d212e3c3fd0aa5acaaa1ed1c504ca0ef290 (patch) | |
tree | f9700ab294dae16c4628a6ad3e29ba8d7f83c14b /cpp/test/IceGrid/admin/test.py | |
parent | Remove CSharp mono pkgconfig files (diff) | |
download | ice-50013d212e3c3fd0aa5acaaa1ed1c504ca0ef290.tar.bz2 ice-50013d212e3c3fd0aa5acaaa1ed1c504ca0ef290.tar.xz ice-50013d212e3c3fd0aa5acaaa1ed1c504ca0ef290.zip |
Fixed staticFiltering test failure, network proxy test hang, added support for builddir variable
Diffstat (limited to 'cpp/test/IceGrid/admin/test.py')
-rw-r--r-- | cpp/test/IceGrid/admin/test.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/test/IceGrid/admin/test.py b/cpp/test/IceGrid/admin/test.py index 7821d0dfe57..0d851f49cd1 100644 --- a/cpp/test/IceGrid/admin/test.py +++ b/cpp/test/IceGrid/admin/test.py @@ -151,8 +151,7 @@ class IceGridAdminTestCase(IceGridTestCase): current.writeln("ok") except Exception as e: admin.stop(current, False) - print("error: " + str(e)) - print("failed!") + raise RuntimeError("failed!\n" + str(e)) routerProps= lambda process, current: { 'Glacier2.SessionTimeout' : 5, |