mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
We permanently have issues like this: ./test/jenkins/criu-iter.sh: 3: source: not found It looks like a good idea to use one shell to run our jenkins scripts. Signed-off-by: Andrei Vagin <avagin@gmail.com>
9 lines
278 B
Bash
Executable file
9 lines
278 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Make one regular C/R cycle over randomly-generated groups
|
|
set -e
|
|
source `dirname $0`/criu-lib.sh
|
|
prep
|
|
mount_tmpfs_to_dump
|
|
./test/zdtm.py group --max 32 -x maps04 -x cgroup || fail
|
|
./test/zdtm.py --set groups run --all --keep-going --report report -f best || fail
|