mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
6 lines
142 B
Bash
6 lines
142 B
Bash
![]() |
# Check --leave-stopped option
|
||
|
set -e
|
||
|
source `dirname $0`/criu-lib.sh
|
||
|
prep
|
||
|
./test/zdtm.py run -t zdtm/transition/fork --stop --iter 3 || fail
|