Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Vagin <avagin@openvz.org>2015-09-04 18:44:00 +0300
committerPavel Emelyanov <xemul@parallels.com>2015-09-04 18:46:25 +0300
commitec31527be1ce9f0a722f1cba70d489ae08bcf634 (patch)
treef83e8e7e7c6dfe0a73364b17f7d698d08d2514f1
parent50d4d073670582e4caba56e6a6b632e593730df9 (diff)
jenkins: include criu-lib.sh and call prep()
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
-rw-r--r--test/jenkins/ppc.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/jenkins/ppc.sh b/test/jenkins/ppc.sh
index 0a7a31f1c..c05822b77 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