Skip to content

Commit

Permalink
Use (probably?) correct path to test log to cat on error.
Browse files Browse the repository at this point in the history
  • Loading branch information
iphydf committed Jan 6, 2019
1 parent e5561ad commit 6bc1223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/autotools-linux
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 6bc1223

Please sign in to comment.