Commit db87346f authored by Andrew Vagin's avatar Andrew Vagin Committed by Pavel Emelyanov

zdtm.py: print an error message at the end if something failed

Signed-off-by: 's avatarAndrew Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent f3908041
...@@ -717,6 +717,7 @@ class launcher: ...@@ -717,6 +717,7 @@ class launcher:
while self.__subs: while self.__subs:
self.__wait_one(0) self.__wait_one(0)
if self.__fail: if self.__fail:
print_sep("FAIL", "#")
sys.exit(1) sys.exit(1)
def all_tests(opts): def all_tests(opts):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment