[CRIU] [PATCH] make: clean up test data, if a test completed successfully

Pavel Emelyanov xemul at parallels.com
Sat Sep 14 06:57:13 EDT 2013


On 09/13/2013 12:24 PM, Andrey Vagin wrote:
> Signed-off-by: Andrey Vagin <avagin at openvz.org>
> ---
>  Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Makefile b/Makefile
> index c4a2653..b79da7a 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -171,7 +171,7 @@ zdtm: all
>  	$(Q) $(MAKE) -C test/zdtm all
>  
>  test: zdtm
> -	$(Q) $(SH) test/zdtm.sh
> +	$(Q) $(SH) test/zdtm.sh -C
>  
>  clean-built:
>  	$(Q) $(RM) $(VERSION_HEADER)
> 


applied


More information about the CRIU mailing list