.travis.runonce.bash: pipe msgcheck to true

This commit is contained in:
Mikaela Suomalainen 2014-07-13 22:28:48 +03:00
parent d5bdeac5f7
commit 004905729f

View File

@ -20,12 +20,8 @@ fi
# Check translations # Check translations
sandbox/check_trans.py plugins/ sandbox/check_trans.py plugins/
sandbox/check_trans.py --core sandbox/check_trans.py --core
# Temporarily don't care about exit status msgcheck -flwW locales/*.po||true
set +e msgcheck -flwW plugins/*/*/*.po||true
msgcheck -flwW locales/*.po
msgcheck -flwW plugins/*/*/*.po
# Care about exit status again
set -e
# Check documentation # Check documentation
cd docs cd docs