[CRIU] [PATCH] test: don't skip errors if someone fails
Pavel Emelyanov
xemul at parallels.com
Mon Apr 1 12:10:09 EDT 2013
On 04/01/2013 06:27 PM, Andrey Vagin wrote:
>
> 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 3b64a19..df46688 100644
> --- a/test/Makefile
> +++ b/test/Makefile
> @@ -6,7 +6,7 @@ EXP = '^ns/(?!.*(tty|pty))'
> zdtm: .FORCE
> $(MAKE) zdtm_ns
> for t in $(shell echo "$(TST)" | tr ' ' '\n' | grep -Pv $(EXP)); do \
> - $(MAKE) $$t; \
> + $(MAKE) $$t || break; \
> done
>
> zdtm_ns: $(shell echo "$(TST)" | tr ' ' '\n' | grep -P $(EXP))
>
applied
More information about the CRIU
mailing list