ci: Actually run installed tests again
authorColin Walters <walters@verbum.org>
Tue, 27 Jun 2017 21:07:11 +0000 (17:07 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 27 Jun 2017 21:21:18 +0000 (21:21 +0000)
We did it *again* ðŸ˜­

Closes: #969
Approved by: jlebon

ci/build-check.sh

index d15032e7209a4760368288743cf1321907388fef..da03f3cc9a0550f33098bc4a5bf3aacacc01c9c1 100755 (executable)
@@ -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