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 ...@@ -234,6 +234,9 @@ cleandep: clean
cleanout: cleanout:
$(RM) -r *.pid *.out* *.test* *.state $(RM) -r *.pid *.out* *.test* *.state
%.cleanout: %
$(RM) -r $<.pid $<.out* $<.test* $<.*.test $<.state
realclean: cleandep cleanout realclean: cleandep cleanout
.PHONY: force clean cleandep cleanout realclean start check_start stop wait_stop .PHONY: force clean cleandep cleanout realclean start check_start stop wait_stop
......
...@@ -72,6 +72,9 @@ clean: ...@@ -72,6 +72,9 @@ clean:
cleandep: clean cleandep: clean
$(RM) $(DEP) $(RM) $(DEP)
%.cleanout: %
$(RM) -r $<.pid $<.out* $<.test
cleanout: cleanout:
$(RM) *.pid *.out* *.test* $(RM) *.pid *.out* *.test*
......
...@@ -71,6 +71,9 @@ clean: ...@@ -71,6 +71,9 @@ clean:
cleandep: clean cleandep: clean
$(RM) $(DEP) $(RM) $(DEP)
%.cleanout: %
$(RM) -r $<.pid $<.out* $<.test
cleanout: cleanout:
$(RM) *.pid *.out* *.test chew* $(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