mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
test-all: Fix buggy PYTHONWARNINGS invocation.
Shell only sets variables if they're the first thing on a line.
This commit is contained in:
@@ -42,8 +42,8 @@ run ./tools/run-mypy
|
||||
# travis/backend
|
||||
run ./tools/lint --pep8 $FORCEARG
|
||||
run ./manage.py makemessages --locale en
|
||||
run PYTHONWARNINGS=ignore ./tools/check-capitalization --no-generate
|
||||
run PYTHONWARNINGS=ignore ./tools/check-frontend-i18n --no-generate
|
||||
run env PYTHONWARNINGS=ignore ./tools/check-capitalization --no-generate
|
||||
run env PYTHONWARNINGS=ignore ./tools/check-frontend-i18n --no-generate
|
||||
run ./tools/test-tools
|
||||
run ./tools/test-backend $FORCEARG
|
||||
run ./tools/test-migrations
|
||||
|
Reference in New Issue
Block a user