From b0db4780bfb09716b31cf293ac3fe7af1de5c810 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 20 Sep 2018 15:13:43 +0200 Subject: [PATCH] CI: be more chatty while running tests --- ci/travis-continuous.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ci/travis-continuous.sh b/ci/travis-continuous.sh index e0bbf1351..647d460b8 100755 --- a/ci/travis-continuous.sh +++ b/ci/travis-continuous.sh @@ -53,4 +53,8 @@ install_debugging "$DESTDIR" $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 +