[CRIU] [PATCH] zdtm: don't execute pipe00 a few times simultaneously

Andrey Vagin avagin at openvz.org
Fri Oct 3 06:40:43 PDT 2014


zdtm-pre-dump, zdtm-snapshot, zdtm-iter, zdtm execute pipe00, so
these targets should be executed one by one.

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
 
-- 
1.9.3



More information about the CRIU mailing list