Skip to content

Commit ee0eda4

Browse files
committed
gitlab-ci: Silence PHP and lxml test output
1 parent 7fa7934 commit ee0eda4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitlab-ci/downstream-lxml.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ cd ..
2525
git clone --depth 1 https://github.com/lxml/lxml.git
2626
cd lxml
2727
make
28-
LD_LIBRARY_PATH="$installdir/lib" make test
28+
LD_LIBRARY_PATH="$installdir/lib" make TESTFLAGS='' test

.gitlab-ci/downstream-php.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ cd php-src
2828
./configure --with-xsl --enable-soap --enable-debug
2929
make -j$(nproc)
3030
make TESTS=" \
31+
-g FAIL \
32+
--no-progress \
3133
ext/dom \
3234
ext/libxml \
3335
ext/simplexml \

0 commit comments

Comments
 (0)