mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Always print output on failure in cmake tests on Travis.
Not only the second time it fails.
This commit is contained in:
parent
2b73b6298b
commit
46b48f06ed
|
@ -92,8 +92,8 @@ travis_script() {
|
||||||
|
|
||||||
cd _build # pushd
|
cd _build # pushd
|
||||||
make "-j$NPROC" -k install
|
make "-j$NPROC" -k install
|
||||||
make "-j$NPROC" test ARGS="-j50" || \
|
ctest -j50 --output-on-failure || \
|
||||||
make "-j$NPROC" test ARGS="-j50 --rerun-failed" CTEST_OUTPUT_ON_FAILURE=1
|
ctest -j50 --output-on-failure --rerun-failed
|
||||||
cd - # popd
|
cd - # popd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user