[CRIU] [PATCH] zdtm: don't execute pipe00 a few times simultaneously
Pavel Emelyanov
xemul at parallels.com
Fri Oct 3 07:56:40 PDT 2014
On 10/03/2014 05:40 PM, Andrey Vagin wrote:
> zdtm-pre-dump, zdtm-snapshot, zdtm-iter, zdtm execute pipe00, so
> these targets should be executed one by one.
They execute all tests. What's so special about pipe00?
> Signed-off-by: Andrey Vagin <avagin at openvz.org>
> ---
> test/Makefile | 6 +++++-
> 1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/test/Makefile b/test/Makefile
> index 4c35b5b..14b63ca 100644
> --- a/test/Makefile
> +++ b/test/Makefile
> @@ -5,7 +5,11 @@ ZDTM_ARGS ?= -C
>
> .FORCE:
>
> -all: zdtm zdtm-pre-dump zdtm-snapshot zdtm-iter
> +all:
> + $(MAKE) zdtm
> + $(MAKE) zdtm-pre-dump
> + $(MAKE) zdtm-snapshot
> + $(MAKE) zdtm-iter
>
> .PHONY: all
>
>
More information about the CRIU
mailing list