Skip to content

Commit

Permalink
ci: enable coredump tests
Browse files Browse the repository at this point in the history
Signed-off-by: Radostin Stoyanov <[email protected]>
  • Loading branch information
rst0git authored and adrianreber committed Oct 14, 2021
1 parent ff7eea0 commit 4a67277
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions scripts/ci/run-ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion test/others/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a67277

Please sign in to comment.