Skip to content

Commit 21ac086

Browse files
Merge pull request #1838 from adrianreber/lazy
criu tests: rename criu feature check
2 parents 45e08f6 + 46221e3 commit 21ac086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/checkpoint.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function teardown() {
128128
requires criu root
129129

130130
# check if lazy-pages is supported
131-
run ${CRIU} check --feature lazy_pages
131+
run ${CRIU} check --feature uffd-noncoop
132132
if [ "$status" -eq 1 ]; then
133133
# this criu does not support lazy migration; skip the test
134134
skip "this criu does not support lazy migration"

0 commit comments

Comments
 (0)