1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Make testpaint a lot more quiet

This commit is contained in:
Marijn van der Werf
2016-10-19 01:55:18 +02:00
parent cdffaa0712
commit 1be2dd996c
5 changed files with 79 additions and 50 deletions

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 --silent || if [[ $? -eq 1 ]] ; then echo Allowing failed tests to pass ; else false; fi
./testpaint --quiet || if [[ $? -eq 1 ]] ; then echo Allowing failed tests to pass ; else false; fi
else
cmake $OPENRCT2_CMAKE_OPTS ..
# NOT the same variable as above