[CRIU] [PATCH] zdtm: transfer the correct test name in case_error
Andrey Vagin
avagin at openvz.org
Fri Aug 30 08:34:18 EDT 2013
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
--
1.8.3.1
More information about the CRIU
mailing list