From ee0eda4b12ae476905c4a265dc9a190ad76bc7b2 Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Sun, 16 Mar 2025 18:20:18 +0100 Subject: [PATCH] gitlab-ci: Silence PHP and lxml test output --- .gitlab-ci/downstream-lxml.sh | 2 +- .gitlab-ci/downstream-php.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/downstream-lxml.sh b/.gitlab-ci/downstream-lxml.sh index 176dc6df..52df56d3 100644 --- a/.gitlab-ci/downstream-lxml.sh +++ b/.gitlab-ci/downstream-lxml.sh @@ -25,4 +25,4 @@ cd .. git clone --depth 1 https://github.com/lxml/lxml.git cd lxml make -LD_LIBRARY_PATH="$installdir/lib" make test +LD_LIBRARY_PATH="$installdir/lib" make TESTFLAGS='' test diff --git a/.gitlab-ci/downstream-php.sh b/.gitlab-ci/downstream-php.sh index cba25385..45ec7d84 100644 --- a/.gitlab-ci/downstream-php.sh +++ b/.gitlab-ci/downstream-php.sh @@ -28,6 +28,8 @@ cd php-src ./configure --with-xsl --enable-soap --enable-debug make -j$(nproc) make TESTS=" \ + -g FAIL \ + --no-progress \ ext/dom \ ext/libxml \ ext/simplexml \