[CRIU] [PATCH] zdtm: don't forget to remove ip.dump and ip.rst when performing cleanup
Pavel Emelyanov
xemul at parallels.com
Mon Dec 8 04:45:57 PST 2014
On 12/05/2014 08:27 AM, Ruslan Kuprieiev wrote:
> Signed-off-by: Ruslan Kuprieiev <kupruser at gmail.com>
> ---
> test/zdtm/live/static/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/test/zdtm/live/static/Makefile b/test/zdtm/live/static/Makefile
> index b5c1a6a..e2431f5 100644
> --- a/test/zdtm/live/static/Makefile
> +++ b/test/zdtm/live/static/Makefile
> @@ -308,7 +308,7 @@ cleandep: clean
> $(RM) -f $(DEP)
>
> cleanout:
> - $(RM) -f -r *.pid *.out* *.test* *.state
> + $(RM) -f -r *.pid *.out* *.test* *.state ip.dump ip.rst
>
> %.cleanout: %
> $(Q) $(RM) -f -r $<.pid $<.out* *$<.test* $<.*.test $<.state
>
Applied. Should we add them to gitignore too?
More information about the CRIU
mailing list