[CRIU] [PATCH] zdtm: don't skip userns test cases
Andrey Vagin
avagin at openvz.org
Wed Aug 5 04:08:02 PDT 2015
Currently we skip all userns tests if "criu check" fails. This code was
written when the "freature" options of criu check didn't exist.
Currently we add userns tests only if "criu check --feature userns" passes.
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
test/zdtm.sh | 4 ----
1 file changed, 4 deletions(-)
diff --git a/test/zdtm.sh b/test/zdtm.sh
index b2ad9a2..3c7d638 100755
--- a/test/zdtm.sh
+++ b/test/zdtm.sh
@@ -662,10 +662,6 @@ run_test()
echo "Skip $test"
return 0
fi
- expr $test : 'ns/user' > /dev/null && {
- echo "Skip $test"
- return 0
- }
fi
expr "$test" : 'ns/' > /dev/null && PIDNS=1 || PIDNS=""
--
2.1.0
More information about the CRIU
mailing list