[CRIU] [PATCH] test: don't ignore errors other other tests
Andrey Vagin
avagin at openvz.org
Fri Apr 24 05:47:49 PDT 2015
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
test/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/Makefile b/test/Makefile
index cfff0d5..228feee 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -16,7 +16,7 @@ TESTS = unix-callback mem-snap rpc libcriu mounts/ext security pipes crit
other: .FORCE
for t in $(TESTS); do \
- $(MAKE) -C $$t run || break; \
+ $(MAKE) -C $$t run || exit 1; \
done \
zdtm-tst-list: zdtm.sh
--
2.1.0
More information about the CRIU
mailing list