mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +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
198 B
Bash
8 lines
198 B
Bash
#!/bin/bash
|
|
|
|
# This is a job which is executed on btrfs
|
|
|
|
source `dirname $0`/criu-lib.sh &&
|
|
prep &&
|
|
make -C test -j 4 ZDTM_ARGS="-C -x '\(maps04\|mountpoints\|inotify_irmap\)'" zdtm &&
|
|
true || fail
|