From e3c82fa3ec101e0b8994f81762db3e2bb957feb1 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Thu, 1 Feb 2018 11:38:51 -0800 Subject: [PATCH] tools/test-all: Fix small desync with CI scripts. This script and our CI scripts tools/travis/{backend,frontend} have stayed pretty well in sync in the 6 months since 360c27ded made that relationship explicit and easy to check! Just one small exception; so fix that. --- tools/test-all | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/test-all b/tools/test-all index 5238f51b7b..09125e6392 100755 --- a/tools/test-all +++ b/tools/test-all @@ -46,6 +46,8 @@ run ./tools/test-migrations # run ./tools/test-documentation run ./tools/test-help-documentation $FORCEARG run ./tools/test-api +# Not running requirements check locally, because slow and low-churn +# run ./tools/test-locked-requirements # Not running run-dev tests locally; we never have # run ./tools/test-run-dev # Not running queue worker reload tests since it's low-churn code