1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/16587] Clean the TravisCI Doctum script

PHPBB3-16587
This commit is contained in:
William Desportes
2020-08-29 17:17:39 +02:00
parent 414e17a089
commit a755103350

View File

@@ -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