Commit 8135e26a authored by Pavel Emelyanov's avatar Pavel Emelyanov

jenkins: Fix path to zdtm.py in criu-fault

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 46daab0b
......@@ -2,5 +2,5 @@
set -e
source `dirname $0`/criu-lib.sh
prep
./zdtm.py run -t zdtm/live/static/env00 --fault 1 --report report -f h || fail
./zdtm.py run -t zdtm/live/static/unlink_fstat00 --fault 2 --report report -f h || fail
./test/zdtm.py run -t zdtm/live/static/env00 --fault 1 --report report -f h || fail
./test/zdtm.py run -t zdtm/live/static/unlink_fstat00 --fault 2 --report report -f h || fail
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