diff --git a/build/integration/run.sh b/build/integration/run.sh index a20398e8ee9..45a0333038e 100755 --- a/build/integration/run.sh +++ b/build/integration/run.sh @@ -60,7 +60,7 @@ if [ "$INSTALLED" == "true" ]; then fi -vendor/bin/behat --strict -f junit -f pretty $TAGS $SCENARIO_TO_RUN +vendor/bin/behat --strict --colors -f junit -f pretty $TAGS $SCENARIO_TO_RUN RESULT=$? kill $PHPPID