CI: be more chatty while running tests
This commit is contained in:
parent
a32149bd92
commit
b0db4780bf
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user