From 8eac13b8671685c02150928bb98869838c315bf3 Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Mon, 17 Oct 2016 21:13:10 +0200 Subject: [PATCH] Run testpaint slightly more silent on Travis --- scripts/linux/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/linux/build.sh b/scripts/linux/build.sh index 51a23a9d2f..64b778a7c7 100755 --- a/scripts/linux/build.sh +++ b/scripts/linux/build.sh @@ -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 ..