Commit c8484f10 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

zdtm: add ablitiy to execute cleanout per test

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent ea767143
......@@ -234,6 +234,9 @@ cleandep: clean
cleanout:
$(RM) -r *.pid *.out* *.test* *.state
%.cleanout: %
$(RM) -r $<.pid $<.out* $<.test* $<.*.test $<.state
realclean: cleandep cleanout
.PHONY: force clean cleandep cleanout realclean start check_start stop wait_stop
......
......@@ -72,6 +72,9 @@ clean:
cleandep: clean
$(RM) $(DEP)
%.cleanout: %
$(RM) -r $<.pid $<.out* $<.test
cleanout:
$(RM) *.pid *.out* *.test*
......
......@@ -71,6 +71,9 @@ clean:
cleandep: clean
$(RM) $(DEP)
%.cleanout: %
$(RM) -r $<.pid $<.out* $<.test
cleanout:
$(RM) *.pid *.out* *.test chew*
......
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