summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2017-06-27 17:07:11 -0400
committerAtomic Bot <atomic-devel@projectatomic.io>2017-06-27 21:21:18 +0000
commit7d0e6fb63fc19975c52bf2947246ef191cd7b202 (patch)
treebdf5a581498f857167e556d27fb598d2f6032a1a /ci
parenta03f0447cb716f315f68f225efca6cc261e43e56 (diff)
downloadostree-7d0e6fb63fc19975c52bf2947246ef191cd7b202.tar.gz
ci: Actually run installed tests again
We did it *again* 😭 Closes: #969 Approved by: jlebon
Diffstat (limited to 'ci')
-rwxr-xr-xci/build-check.sh2
1 files changed, 1 insertions, 1 deletions
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