mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
9 lines
315 B
Bash
Executable file
9 lines
315 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Check snapshots
|
|
set -e
|
|
source `dirname $0`/criu-lib.sh
|
|
prep
|
|
mount_tmpfs_to_dump
|
|
./test/zdtm.py run --all --keep-going --report report --parallel 4 --pre 3 --snaps -x 'maps04' || fail
|
|
./test/zdtm.py run --all --keep-going --report report --parallel 4 --pre 3 --snaps --page-server -x 'maps04' || fail
|