mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-27 04:18:27 +00:00
add options --keep-going and --report (if it was absent) to run full testrun with report creation Signed-off-by: Sergey Bronnikov <sergeyb@openvz.org> Acked-by: Andrew Vagin <avagin@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
8 lines
265 B
Bash
Executable File
8 lines
265 B
Bash
Executable File
# 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
|