diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 16:17:47 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 16:17:47 -0400 |
commit | f822fd6db3875f1f46bda00372d585e0bb900b9f (patch) | |
tree | 905eb62e4735af5c6c03d67c9cc3228e03312550 /.gitlab-ci | |
parent | 1e256fe2c23ada5ad0547b2ea8b95539ef56ba95 (diff) | |
download | pango-f822fd6db3875f1f46bda00372d585e0bb900b9f.tar.gz |
ci: We need verbose output
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/test-msys2.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh index 7f513c77..514182dd 100644 --- a/.gitlab-ci/test-msys2.sh +++ b/.gitlab-ci/test-msys2.sh @@ -26,5 +26,7 @@ meson --buildtype debug _build cd _build ninja +_build/test/test-font -p /pango/font/metrics --verbose + # FIXME: Fix tests meson test || true |