summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/admin/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/admin/test.py')
-rw-r--r--cpp/test/IceGrid/admin/test.py3
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,