mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
ci: fix lazy-pages test selection
The special characters in the test selection regexp should no be esaped for the regexp to work properly. Signed-off-by: Mike Rapoport <rppt@linux.ibm.com>
This commit is contained in:
committed by
Andrei Vagin
parent
20a83e77c9
commit
ebea8f560f
@@ -174,7 +174,7 @@ fi
|
||||
|
||||
LAZY_EXCLUDE="-x maps04 -x cmdlinenv00 -x maps007"
|
||||
|
||||
LAZY_TESTS='.*\(maps0\|uffd-events\|lazy-thp\|futex\|fork\).*'
|
||||
LAZY_TESTS='.*(maps0|uffd-events|lazy-thp|futex|fork).*'
|
||||
LAZY_OPTS="-p 2 -T $LAZY_TESTS $LAZY_EXCLUDE $ZDTM_OPTS"
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
|
Reference in New Issue
Block a user