[CRIU] [PATCH] zdtm: don't forget to remove ip.dump and ip.rst when performing cleanup

Ruslan Kuprieiev kupruser at gmail.com
Thu Dec 4 21:27:17 PST 2014


Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
---
 test/zdtm/live/static/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/zdtm/live/static/Makefile b/test/zdtm/live/static/Makefile
index b5c1a6a..e2431f5 100644
--- a/test/zdtm/live/static/Makefile
+++ b/test/zdtm/live/static/Makefile
@@ -308,7 +308,7 @@ cleandep:	clean
 	$(RM) -f $(DEP)
 
 cleanout:
-	$(RM) -f -r *.pid *.out* *.test* *.state
+	$(RM) -f -r *.pid *.out* *.test* *.state ip.dump ip.rst
 
 %.cleanout: %
 	$(Q) $(RM) -f -r $<.pid $<.out* *$<.test* $<.*.test $<.state
-- 
1.9.3



More information about the CRIU mailing list