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

zdtm: Clean *.state files for per-test cleanout too

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 980f4e8d
......@@ -426,7 +426,7 @@ cleanout:
$(RM) -f -r *.pid *.out* *.test* *.state
%.cleanout: %
$(Q) $(RM) -f -r $<.pid* $<.out* *$<.test* $<.*.test $<.state
$(Q) $(RM) -f -r $<.pid* $<.out* *$<.test* $<.*.test $<.*.state $<.state
realclean: cleandep cleanout
......
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