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