[CRIU] [PATCH] zdtm: clean up *.init.pid

Andrey Vagin avagin at openvz.org
Wed Nov 18 03:03:52 PST 2015


From: Andrew Vagin <avagin at virtuozzo.com>

Signed-off-by: Andrew Vagin <avagin at virtuozzo.com>
---
 test/zdtm/live/streaming/Makefile  | 2 +-
 test/zdtm/live/transition/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/zdtm/live/streaming/Makefile b/test/zdtm/live/streaming/Makefile
index 5e4ee9b..e65e3fd 100644
--- a/test/zdtm/live/streaming/Makefile
+++ b/test/zdtm/live/streaming/Makefile
@@ -77,7 +77,7 @@ cleandep:	clean
 	$(RM) -f $(DEP)
 
 %.cleanout: %
-	$(Q) $(RM) -f -r $<.pid $<.out* $<.test
+	$(Q) $(RM) -f -r $<.pid $<.init.pid $<.out* $<.test
 
 cleanout:
 	$(RM) -f *.pid *.out* *.test*
diff --git a/test/zdtm/live/transition/Makefile b/test/zdtm/live/transition/Makefile
index b8ed177..e912cf2 100644
--- a/test/zdtm/live/transition/Makefile
+++ b/test/zdtm/live/transition/Makefile
@@ -82,7 +82,7 @@ cleandep:	clean
 	$(RM) -f $(DEP)
 
 %.cleanout: %
-	$(Q) $(RM) -f -r $<.pid $<.out* $<.test chew_$<.test*
+	$(Q) $(RM) -f -r $<.pid $<.init.pid $<.out* $<.test chew_$<.test*
 
 cleanout:
 	$(RM) -f *.pid *.out* *.test chew*
-- 
2.4.3



More information about the CRIU mailing list