mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
zdtm: add ablitiy to execute cleanout per test
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
ea767143f1
commit
c8484f10ef
@@ -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*
|
||||
|
||||
|
Reference in New Issue
Block a user