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

Andrew Vagin avagin at parallels.com
Fri Oct 3 08:04:17 PDT 2014


On Fri, Oct 03, 2014 at 06:56:40PM +0400, Pavel Emelyanov wrote:
> 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?

zdtm-pre-dump, zdtm-snapshot, zdtm-iter execute only  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