mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 17:14:28 +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:
parent
3d377863bf
commit
36a13cbd5a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue