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

zdtm: transfer the correct test name in case_error

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 19670d05
......@@ -714,7 +714,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
......
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