From 7d0e6fb63fc19975c52bf2947246ef191cd7b202 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 27 Jun 2017 17:07:11 -0400 Subject: [PATCH] ci: Actually run installed tests again MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We did it *again* 😭 Closes: #969 Approved by: jlebon --- ci/build-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build-check.sh b/ci/build-check.sh index d15032e7..da03f3cc 100755 --- a/ci/build-check.sh +++ b/ci/build-check.sh @@ -11,7 +11,7 @@ make syntax-check # TODO: do syntax-check under check # And now run the installed tests make install if test -x /usr/bin/gnome-desktop-testing-runner; then - gnome-desktop-testing-runner -p 0 ostree + gnome-desktop-testing-runner -p 0 libostree/ fi if test -x /usr/bin/clang; then