From 64795adef3c5aa81550ab3a7173ff58b1ee1a4d5 Mon Sep 17 00:00:00 2001 From: Harshit Bansal Date: Wed, 4 Oct 2017 18:54:23 +0000 Subject: [PATCH] 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. --- tools/test-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-all b/tools/test-all index b129756f10..66fbda3090 100755 --- a/tools/test-all +++ b/tools/test-all @@ -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