From 5cccd1d6d4dddd74416d4b9c994885028f34d2c7 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sat, 24 Jul 2021 07:26:58 +0200 Subject: extra/python: fix check-ignore-regex --- extra/python/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/python/PKGBUILD b/extra/python/PKGBUILD index 143f128d..19d90ce2 100644 --- a/extra/python/PKGBUILD +++ b/extra/python/PKGBUILD @@ -47,6 +47,6 @@ fi eval "$( declare -f check | \ sed " - s/-uall/-uall -x test_posix -x test_gdb -x test_socket \\|\\| true/g + /-uall/ s/;\?$/ -x test_posix -x test_gdb -x test_socket \\|\\| true/g " )" -- cgit v1.2.3