mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-17 16:47:50 +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:
parent
20a83e77c9
commit
ebea8f560f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue