From 6aac061c4e0fea4becc312a47c3eb700228d4954 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Fri, 11 Aug 2017 15:33:50 +0200 Subject: [PATCH] rec: Display the content of the testrunner logs in case of failure --- build-scripts/travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-scripts/travis.sh b/build-scripts/travis.sh index 51e550063..c1364b351 100755 --- a/build-scripts/travis.sh +++ b/build-scripts/travis.sh @@ -534,7 +534,7 @@ test_recursor() { export DNSBULKTEST="/usr/bin/dnsbulktest" export RECCONTROL="${PDNS_RECURSOR_DIR}/bin/rec_control" run "cd pdns/recursordist/pdns-recursor-*" - run "make -j 3 check" + run "make -j 3 check || (cat test-suite.log; false)" run "cd ${TRAVIS_BUILD_DIR}" run "./build-scripts/test-recursor" export RECURSOR="${PDNSRECURSOR}" -- 2.40.0