mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 10:16:41 +00:00
test: new jenkins script for testing of --leave-stopped option
There is no similar jenkins script that tests similar options now. So make a new script. Signed-off-by: Eugene Batalov <eabatalov89@gmail.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
a43d29b7ef
commit
dd7cfba0ae
1 changed files with 5 additions and 0 deletions
5
test/jenkins/criu-stop.sh
Normal file
5
test/jenkins/criu-stop.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue