1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 06:23:04 +01:00

Run testpaint slightly more silent on Travis

This commit is contained in:
Marijn van der Werf
2016-10-17 21:13:10 +02:00
parent 5f422905b6
commit 8eac13b867

View File

@@ -75,7 +75,7 @@ pushd build
# NOT the same variable as above
# this target also includes building & running of testpaint
make $OPENRCT2_MAKE_OPTS testpaint
./testpaint
./testpaint --silent
if [[ $? == 1 ]] ; then echo Allowing failed tests to pass ; fi
else
cmake $OPENRCT2_CMAKE_OPTS ..