[CRIU] [PATCH 1/2] zdtm.py: print an error message at the end if something failed

Andrey Vagin avagin at openvz.org
Fri Oct 30 07:12:53 PDT 2015


From: Andrew Vagin <avagin at openvz.org>

Signed-off-by: Andrew Vagin <avagin at openvz.org>
---
 test/zdtm.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/zdtm.py b/test/zdtm.py
index 5e0a064..60d72ce 100755
--- a/test/zdtm.py
+++ b/test/zdtm.py
@@ -681,6 +681,7 @@ class launcher:
 		while self.__subs:
 			self.__wait_one(0)
 		if self.__fail:
+			print_sep("FAIL", "#")
 			sys.exit(1)
 
 def all_tests(opts):
-- 
2.4.3



More information about the CRIU mailing list