Commit 36a13cbd authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

test: don't ignore errors other other tests

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 3d377863
......@@ -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
......
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