diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 16:21:06 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-07-16 16:21:06 -0400 |
commit | 4f34a4cf5b7118a3e4220832eab613238cc73f55 (patch) | |
tree | 8945b4436e32fd7c1c9c89af211e623e2b478acb /.gitlab-ci | |
parent | 10ebba830122cdf6435de330186dceb0e0c8830b (diff) | |
download | pango-4f34a4cf5b7118a3e4220832eab613238cc73f55.tar.gz |
Typo fix
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/test-msys2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/test-msys2.sh b/.gitlab-ci/test-msys2.sh index 514182dd..7a6eb2bf 100644 --- a/.gitlab-ci/test-msys2.sh +++ b/.gitlab-ci/test-msys2.sh @@ -26,7 +26,7 @@ meson --buildtype debug _build cd _build ninja -_build/test/test-font -p /pango/font/metrics --verbose +_build/tests/test-font -p /pango/font/metrics --verbose # FIXME: Fix tests meson test || true |