[CRIU] [crtools-bot] make: remove test/dump directory during clean up

Cyrill Gorcunov gorcunov at openvz.org
Thu Feb 2 11:46:03 EST 2012


The commit is pushed to "master" and will appear on git://github.com/cyrillos/crtools.git
------>
commit 6ee58e4b0e20bb759bb25ac686426cf59948b177
Author: Andrey Vagin <avagin at openvz.org>
Date:   Thu Feb 2 13:35:33 2012 +0300

    make: remove test/dump directory during clean up
    
    This directory contains image files, which remains after tests
    
    Signed-off-by: Andrey Vagin <avagin at openvz.org>
    Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 Makefile |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 58e7162..2c552fc 100644
--- a/Makefile
+++ b/Makefile
@@ -160,6 +160,7 @@ clean:
 	$(Q) $(RM) -f ./$(PROGRAM)
 	$(Q) $(RM) -f ./$(HEAD-BLOB-GEN)
 	$(Q) $(RM) -f ./$(RHEAD-BLOB-GEN)
+	$(Q) $(RM) -rf ./test/dump/
 	$(Q) $(MAKE) -C test/legacy clean
 	$(Q) $(MAKE) -C test/zdtm cleandep
 	$(Q) $(MAKE) -C test/zdtm clean


More information about the CRIU mailing list