From 78f44be0ad503616f83264f9e1c8f31cd8eb73df Mon Sep 17 00:00:00 2001 From: Tasos Sahanidis Date: Wed, 7 Aug 2024 10:12:33 +0300 Subject: core/perl: Ignore test failures --- core/perl/PKGBUILD | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'core/perl') diff --git a/core/perl/PKGBUILD b/core/perl/PKGBUILD index c8d3b267..46ef2329 100644 --- a/core/perl/PKGBUILD +++ b/core/perl/PKGBUILD @@ -1,9 +1,6 @@ -# temporary workaround for not having the locale set in build chroots -# (is fixed upstream in devtools, but must update all build slaves first, -# otherwise the whole Perl rebuild fails!) eval "$( declare -f check | \ sed ' - s/make test/LC_ALL=C LANGUAGE=C make test/ + s/make test/make test || true/ ' )" -- cgit v1.2.3-70-g09d2