Merge pull request #1245 from WeiZhang555/fix-tests

Fix integration when missing criu
This commit is contained in:
Qiang Huang 2017-07-16 14:32:43 +08:00 committed by GitHub
commit c4302dd641
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ HELLO_IMAGE="$TESTDATA/hello-world.tar"
HELLO_BUNDLE="$BATS_TMPDIR/hello-world"
# CRIU PATH
CRIU="$(which criu)"
CRIU="$(which criu || true)"
# Kernel version
KERNEL_VERSION="$(uname -r)"