From 59228f7458856b0775bffa2ebab0f3a2cb03cccc Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Fri, 22 Mar 2013 16:09:54 -0400 Subject: [PATCH] Run clean-repo before tests in test-all (imported from commit 49bd072f6f60a742ea9fb7f55c479b8eb8ceb8aa) --- tools/test-all | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/test-all b/tools/test-all index ad35cefc0d..36a5f621a6 100755 --- a/tools/test-all +++ b/tools/test-all @@ -15,6 +15,7 @@ function run { fi } +run 'clean repo' ./tools/clean-repo run 'lint checkers' ./tools/check-all run 'web client tests' ./zephyr/tests/frontend/run run 'server tests' ./tools/test-backend