mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci: enable coredump tests
Signed-off-by: Radostin Stoyanov <radostin@redhat.com>
This commit is contained in:
parent
bf8382a800
commit
bffaa7d072
2 changed files with 4 additions and 1 deletions
|
|
@ -259,6 +259,9 @@ ip net add test
|
|||
# more crit testing
|
||||
make -C test/others/crit run
|
||||
|
||||
# coredump testing
|
||||
make -C test/others/criu-coredump run
|
||||
|
||||
# libcriu testing
|
||||
make -C test/others/libcriu run
|
||||
|
||||
|
|
|
|||
|
|
@ -13,5 +13,5 @@ fi
|
|||
#export PYTHON
|
||||
CRIT=$(readlink -f `dirname ${BASH_SOURCE[0]}`/../../crit/crit-"${PYTHON}")
|
||||
crit=$CRIT
|
||||
CRIU_COREDUMP=$(readlink -f `dirname ${BASH_SOURCE[0]}`/../../criu-coredump/coredump-"${PYTHON}")
|
||||
CRIU_COREDUMP=$(readlink -f `dirname ${BASH_SOURCE[0]}`/../../coredump/coredump-"${PYTHON}")
|
||||
criu_coredump=$CRIU_COREDUMP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue