[CRIU] [PATCH] test: jenkins -- Fix path for pycriu

Cyrill Gorcunov gorcunov at openvz.org
Mon Feb 15 13:00:40 PST 2016


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 test/jenkins/crit.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/jenkins/crit.sh b/test/jenkins/crit.sh
index e551358d584f..5c156943f094 100755
--- a/test/jenkins/crit.sh
+++ b/test/jenkins/crit.sh
@@ -3,5 +3,5 @@ set -e
 source `dirname $0`/criu-lib.sh
 prep
 ./test/zdtm.py run --all -f best -x maps04 -x cgroup02 --norst --keep always || fail
-PYTHONPATH="$(pwd)" ./test/crit-recode.py || fail
+PYTHONPATH="$(pwd)/lib/" ./test/crit-recode.py || fail
 exit 0
-- 
2.5.0



More information about the CRIU mailing list