mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-28 21:07:43 +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>
8 lines
168 B
Bash
Executable File
8 lines
168 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Check known fault injections
|
|
set -e
|
|
source `dirname $0`/criu-lib.sh
|
|
prep
|
|
./test//zdtm.py --set inhfd run --all --keep-going --report report -f h || fail
|