1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-27 18:50:07 +03:00

gitlab-ci: Silence PHP and lxml test output

This commit is contained in:
Nick Wellnhofer 2025-03-16 18:20:18 +01:00
parent 7fa79341b3
commit ee0eda4b12
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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 \