tools/test-all: Pass the `--force` arg to run-mypy script.

While running the mypy script we were not passing the `--force`
argument correctly to the run-mypy which was causing it complain
about provision status.
This commit is contained in:
Harshit Bansal 2017-10-04 18:54:23 +00:00 committed by Tim Abbott
parent 4eafec12ac
commit 64795adef3
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ run ./tools/clean-repo
run ./tools/lint --backend $FORCEARG
run ./tools/test-tools
run ./tools/test-backend $FORCEARG
run ./tools/run-mypy
run ./tools/run-mypy $FORCEARG
run ./tools/test-migrations
# Not running SVG optimizing since it's low-churn
# run ./tools/optimize-svg