diff --git a/GNUmakefile b/GNUmakefile index cf0666c6b..5fc2eb54c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -236,6 +236,7 @@ test-nomad: dev ## Run Nomad test suites @echo "Exit code: $$(cat exit-code)" >> test.log @grep -A1 -- '--- FAIL:' test.log || true @grep '^FAIL' test.log || true + @grep -A10 'panic' test.log || true @test "$$TRAVIS" == "true" && cat test.log || true @if [ "$$(cat exit-code)" == "0" ] ; then echo "PASS" ; exit 0 ; else exit 1 ; fi