CI: be more chatty while running tests

This commit is contained in:
Adriaan de Groot 2018-09-20 15:13:43 +02:00
parent a32149bd92
commit b0db4780bf

View File

@ -53,4 +53,8 @@ install_debugging "$DESTDIR"
$result || { echo "! Install failed" ; exit 1 ; } # Result of make install, above $result || { echo "! Install failed" ; exit 1 ; } # Result of make install, above
make test echo "# Running tests"
find . -name test_conf
find . -name loadmodule
ctest -V