[CRIU] [PATCH] zdtm: set ZDTM_NOSUBNS when a specified test is executed

Andrey Vagin avagin at openvz.org
Wed Feb 25 06:47:03 PST 2015


Reported-by: Mr Jenkins
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
 test/zdtm.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/zdtm.sh b/test/zdtm.sh
index 6f15ec8..4081705 100755
--- a/test/zdtm.sh
+++ b/test/zdtm.sh
@@ -1072,6 +1072,7 @@ if [ $SPECIFIED_NAME_USED -eq 1 ]; then
 		echo "test name should be provided"
 		exit 1
 	fi
+	$CRIU check -v0 --feature "mnt_id" || export ZDTM_NOSUBNS=1
 	run_test $1 || case_error $1
 else
 	if [ $# -eq 0 ]; then
-- 
1.9.3



More information about the CRIU mailing list