From 0f8b5c8255bb4a82487338710bb482c5e56fba1c Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 6 Jan 2019 17:25:14 +0000 Subject: Display build log for autotools build on failure. We can't see the failure messages now, so something like "aborted", which probably means assertion failure, is not very useful right now. E.g. https://travis-ci.org/TokTok/c-toxcore/jobs/476028600#L1220 --- .travis/autotools-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis') diff --git a/.travis/autotools-linux b/.travis/autotools-linux index a5bf1400..36828641 100755 --- a/.travis/autotools-linux +++ b/.travis/autotools-linux @@ -41,7 +41,7 @@ travis_script() { cd _build # pushd ../configure $CONFIG_FLAGS || (cat config.log && false) make "-j$NPROC" -k CFLAGS="$C_FLAGS" LDFLAGS="$LD_FLAGS" - make -j50 -k distcheck DISTCHECK_CONFIGURE_FLAGS="$CONFIG_FLAGS" + make -j50 -k distcheck DISTCHECK_CONFIGURE_FLAGS="$CONFIG_FLAGS" || (cat build/test-suite.log && false) cd - # popd } -- cgit v1.2.3