2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 05:48:05 +00:00

jenkins: Make criu-dump test use zdtm.py

Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Pavel Emelyanov 2015-11-12 18:01:37 +04:00
parent dc00fea333
commit cc378b909a

View File

@ -1,8 +1,6 @@
# Check that dump is not destructive
source `dirname $0`/criu-lib.sh &&
prep &&
mkdir -p test/dump &&
mount -t tmpfs dump test/dump &&
make -C test -j 4 ZDTM_ARGS="-d -C -x static/cgroup02" zdtm &&
true || fail
set -e
source `dirname $0`/criu-lib.sh
prep
mount_tmpfs_to_dump
./test/zdtm.py run --all --report report --parallel 4 --norst -x 'maps04' || fail