mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-05 00:35:23 +00:00
test: don't ignore errors other other tests
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
3d377863bf
commit
36a13cbd5a
@@ -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
|
||||
|
Reference in New Issue
Block a user