Commit 3a234722 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

test: jenkins -- Fix path for pycriu

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent e5510d16
...@@ -3,5 +3,5 @@ set -e ...@@ -3,5 +3,5 @@ set -e
source `dirname $0`/criu-lib.sh source `dirname $0`/criu-lib.sh
prep prep
./test/zdtm.py run --all -f best -x maps04 -x cgroup02 --norst --keep always || fail ./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 exit 0
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment