]> git.saurik.com Git - apt.git/commit
ctest: show test output in case of failures
authorDavid Kalnischkies <david@kalnischkies.de>
Fri, 12 Aug 2016 08:45:45 +0000 (10:45 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Fri, 12 Aug 2016 09:12:00 +0000 (11:12 +0200)
commitecaae01f31878a70771f75046b3e00173ff397b5
tree3dbd8f8f62ca9f0e1669ebdbb5f29b98e0c4d3ea
parent281383ce1b020013737b28d87988bdf477a90477
ctest: show test output in case of failures

ctest as run by cmake by default does not show the output of the tests
even if the tests failed. In terms of our tests it could be handy to set
it always, but unfortunately it seems like cmake doesn't allow it if the
internet is to be believed, so lets enable it at least while building
packages and on travis.

Gbp-Dch: Ignore
.travis.yml
README.md
debian/rules