ci: Actually run installed tests again

We did it *again* 😭

Closes: #969
Approved by: jlebon
This commit is contained in:
Colin Walters 2017-06-27 17:07:11 -04:00 committed by Atomic Bot
parent a03f0447cb
commit 7d0e6fb63f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ make syntax-check # TODO: do syntax-check under check
# And now run the installed tests # And now run the installed tests
make install make install
if test -x /usr/bin/gnome-desktop-testing-runner; then 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 fi
if test -x /usr/bin/clang; then if test -x /usr/bin/clang; then