From 6bc12232ac819dcfec1b12846dd66bf00cb09288 Mon Sep 17 00:00:00 2001 From: iphydf Date: Sun, 6 Jan 2019 19:48:54 +0000 Subject: Use (probably?) correct path to test log to cat on error. --- .travis/autotools-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis/autotools-linux') diff --git a/.travis/autotools-linux b/.travis/autotools-linux index 36828641..96c110ab 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" || (cat build/test-suite.log && false) + make -j50 -k distcheck DISTCHECK_CONFIGURE_FLAGS="$CONFIG_FLAGS" || (cat tox-*/_build/build/test-suite.log && false) cd - # popd } -- cgit v1.2.3