From a755103350b436125d298417cf649709e1a7eb09 Mon Sep 17 00:00:00 2001 From: William Desportes Date: Sat, 29 Aug 2020 17:17:39 +0200 Subject: [PATCH] [ticket/16587] Clean the TravisCI Doctum script PHPBB3-16587 --- travis/check-sami-parse-errors.sh | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/travis/check-sami-parse-errors.sh b/travis/check-sami-parse-errors.sh index 4cc2cee525..ff2bcec3e2 100755 --- a/travis/check-sami-parse-errors.sh +++ b/travis/check-sami-parse-errors.sh @@ -16,19 +16,5 @@ NOTESTS=$3 if [ "$NOTESTS" == '1' ] then - # Workarounds for - # https://github.com/fabpot/Sami/issues/116 - # and - # https://github.com/fabpot/Sami/issues/117 - errors=$( - unbuffer phpBB/vendor/bin/sami.php parse build/sami-checkout.conf.php -v | \ - sed "s,\x1B\[[0-9;]*[a-zA-Z],,g" | \ - grep "ERROR: " | \ - tee /dev/tty | \ - wc -l - ) - if [ "$errors" != "0" ] - then - exit 1 - fi + phpBB/vendor/bin/doctum.php parse build/doctum-checkout.conf.php -v fi