Commit 1d7ed7df authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

zdtm: set ZDTM_NOSUBNS when a specified test is executed

Reported-by: Mr Jenkins
Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 90b2c9b4
...@@ -1072,6 +1072,7 @@ if [ $SPECIFIED_NAME_USED -eq 1 ]; then ...@@ -1072,6 +1072,7 @@ if [ $SPECIFIED_NAME_USED -eq 1 ]; then
echo "test name should be provided" echo "test name should be provided"
exit 1 exit 1
fi fi
$CRIU check -v0 --feature "mnt_id" || export ZDTM_NOSUBNS=1
run_test $1 || case_error $1 run_test $1 || case_error $1
else else
if [ $# -eq 0 ]; then if [ $# -eq 0 ]; then
......
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