mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +00:00
zdtm: transfer the correct test name in case_error
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
19670d05b1
commit
d005e3f3fe
@@ -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
|
||||
|
Reference in New Issue
Block a user