diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 16:25:52 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 16:26:00 -0400 |
commit | 156ecf3b92689274a0131690cedaafda37378ace (patch) | |
tree | abda62cccf64aeaf911cb827731e6c2b7638273c | |
parent | 4f34a4cf5b7118a3e4220832eab613238cc73f55 (diff) | |
download | pango-156ecf3b92689274a0131690cedaafda37378ace.tar.gz |
Try again to get the paths right
-rw-r--r-- | .gitlab-ci/list-msys2.sh | 1 | ||||
-rw-r--r-- | .gitlab-ci/test-msys2.sh | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci/list-msys2.sh b/.gitlab-ci/list-msys2.sh index 22a6f595..0b4f4520 100644 --- a/.gitlab-ci/list-msys2.sh +++ b/.gitlab-ci/list-msys2.sh @@ -2,4 +2,5 @@ set -e +PATH=_build/pango:$PATH _build/tests/test-font -p /pango/font/metrics --verbose PATH=_build/pango:$PATH _build/utils/pango-list --verbose > _build/fontlist.txt diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh index 7a6eb2bf..7f513c77 100644 --- a/.gitlab-ci/test-msys2.sh +++ b/.gitlab-ci/test-msys2.sh @@ -26,7 +26,5 @@ meson --buildtype debug _build cd _build ninja -_build/tests/test-font -p /pango/font/metrics --verbose - # FIXME: Fix tests meson test || true |