Commit 6ee58e4b authored by Andrey Vagin's avatar Andrey Vagin Committed by Cyrill Gorcunov

make: remove test/dump directory during clean up

This directory contains image files, which remains after tests
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
parent e5929ab9
...@@ -160,6 +160,7 @@ clean: ...@@ -160,6 +160,7 @@ clean:
$(Q) $(RM) -f ./$(PROGRAM) $(Q) $(RM) -f ./$(PROGRAM)
$(Q) $(RM) -f ./$(HEAD-BLOB-GEN) $(Q) $(RM) -f ./$(HEAD-BLOB-GEN)
$(Q) $(RM) -f ./$(RHEAD-BLOB-GEN) $(Q) $(RM) -f ./$(RHEAD-BLOB-GEN)
$(Q) $(RM) -rf ./test/dump/
$(Q) $(MAKE) -C test/legacy clean $(Q) $(MAKE) -C test/legacy clean
$(Q) $(MAKE) -C test/zdtm cleandep $(Q) $(MAKE) -C test/zdtm cleandep
$(Q) $(MAKE) -C test/zdtm clean $(Q) $(MAKE) -C test/zdtm clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment