mirror of
https://github.com/TokTok/c-toxcore
synced 2026-09-16 17:03:39 +00:00
Use (probably?) correct path to test log to cat on error.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user