Skip to content

Commit c4302dd

Browse files
authored
Merge pull request opencontainers#1245 from WeiZhang555/fix-tests
Fix integration when missing criu
2 parents 5905032 + 9192b05 commit c4302dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/helpers.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ HELLO_IMAGE="$TESTDATA/hello-world.tar"
1818
HELLO_BUNDLE="$BATS_TMPDIR/hello-world"
1919

2020
# CRIU PATH
21-
CRIU="$(which criu)"
21+
CRIU="$(which criu || true)"
2222

2323
# Kernel version
2424
KERNEL_VERSION="$(uname -r)"

0 commit comments

Comments
 (0)