We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa7934 commit ee0eda4Copy full SHA for ee0eda4
.gitlab-ci/downstream-lxml.sh
@@ -25,4 +25,4 @@ cd ..
25
git clone --depth 1 https://github.com/lxml/lxml.git
26
cd lxml
27
make
28
-LD_LIBRARY_PATH="$installdir/lib" make test
+LD_LIBRARY_PATH="$installdir/lib" make TESTFLAGS='' test
.gitlab-ci/downstream-php.sh
@@ -28,6 +28,8 @@ cd php-src
./configure --with-xsl --enable-soap --enable-debug
29
make -j$(nproc)
30
make TESTS=" \
31
+ -g FAIL \
32
+ --no-progress \
33
ext/dom \
34
ext/libxml \
35
ext/simplexml \
0 commit comments