[CRIU] [PATCH] zdtm: transfer the correct test name in case_error

Pavel Emelyanov xemul at parallels.com
Mon Sep 2 08:18:51 EDT 2013


On 08/30/2013 04:34 PM, Andrey Vagin wrote:
> Signed-off-by: Andrey Vagin <avagin at openvz.org>
> ---
>  test/zdtm.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/test/zdtm.sh b/test/zdtm.sh
> index 26a0112..b3d4254 100755
> --- a/test/zdtm.sh
> +++ b/test/zdtm.sh
> @@ -717,7 +717,7 @@ elif [ $SPECIFIED_NAME_USED -eq 1 ]; then
>  		echo "test name should be provided"
>  		exit 1
>  	fi
> -	run_test $1 || case_error $t
> +	run_test $1 || case_error $1
>  else
>  	if [ $COMPILE_ONLY -eq 0 ]; then
>  		check_mainstream || exit 1
> 


applied


More information about the CRIU mailing list