[CRIU] [PATCH] jenkins: include criu-lib.sh and call prep()
Andrey Vagin
avagin at openvz.org
Fri Sep 4 08:44:03 PDT 2015
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
test/jenkins/ppc.sh | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/test/jenkins/ppc.sh b/test/jenkins/ppc.sh
index 0a7a31f..c05822b 100644
--- a/test/jenkins/ppc.sh
+++ b/test/jenkins/ppc.sh
@@ -1 +1,4 @@
-./test/zdtm.sh -C -x '\(fpu\|mmx\|sse\|rtc\|ext_auto\)'
+source `dirname $0`/criu-lib.sh &&
+prep &&
+bash ./test/zdtm.sh -C -x '\(fpu\|mmx\|sse\|rtc\|ext_auto\)' &&
+true || fail
--
2.4.3
More information about the CRIU
mailing list