mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-25 11:04:35 +00:00
jenkins: add a script to check inherit file descriptors
Signed-off-by: Andrew Vagin <avagin@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
ea68c33fff
commit
5d75e1f4cf
1 changed files with 5 additions and 0 deletions
5
test/jenkins/criu-inhfd.sh
Executable file
5
test/jenkins/criu-inhfd.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
# Check known fault injections
|
||||
set -e
|
||||
source `dirname $0`/criu-lib.sh
|
||||
prep
|
||||
./test//zdtm.py --set inhfd run --all -f h || fail
|
||||
Loading…
Add table
Add a link
Reference in a new issue