Commit a6cb3d78 authored by Pavel Emelyanov's avatar Pavel Emelyanov

jenkins: Do not test cgroup02 with --norst

This test expects that it _will_ be C/R-ed into new hierarchy
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 12715226
...@@ -3,4 +3,4 @@ set -e ...@@ -3,4 +3,4 @@ set -e
source `dirname $0`/criu-lib.sh source `dirname $0`/criu-lib.sh
prep prep
mount_tmpfs_to_dump mount_tmpfs_to_dump
./test/zdtm.py run --all --report report --parallel 4 --norst -x 'maps04' || fail ./test/zdtm.py run --all --report report --parallel 4 --norst -x 'maps04' -x 'cgroup02' || 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