summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAdrian Johnson <ajohnson@redneon.com>2023-01-08 14:56:21 +1030
committerAdrian Johnson <ajohnson@redneon.com>2023-01-08 15:15:13 +1030
commit7471a323a70203e983b88e7561a4c95d653f875f (patch)
treecc2ef801eac6e8957ed45ab3f7272452a8770c1e /.gitlab-ci.yml
parentdd8f55100a260d34732dbddff94c3d20071228a7 (diff)
downloadcairo-7471a323a70203e983b88e7561a4c95d653f875f.tar.gz
Enable error log output of meson test --no-suite=slow in CI
So the cause of the failure can be seen.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f1c4ecab7..aa20af746 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -254,7 +254,7 @@ fedora meson build:
- touch builddir/src/.libs/libfoo.so
# Run all the tests, except for the big test executable which
# gets run separately
- - meson test -C builddir --no-suite=slow
+ - meson test -C builddir --no-suite=slow --print-errorlogs
# TODO: These aren't set up as Meson tests yet
- (cd doc/public && bash "check-doc-syntax.sh")