mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 01:51:51 +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
220 B
Bash
Executable File
9 lines
220 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Make 3 iteration of dump/restore for each test
|
|
set -e
|
|
source `dirname $0`/criu-lib.sh
|
|
prep
|
|
mount_tmpfs_to_dump
|
|
./test/zdtm.py run --all --keep-going --report report --parallel 4 --user -x 'maps04' || fail
|