Run clean-repo before tests in test-all

(imported from commit 49bd072f6f60a742ea9fb7f55c479b8eb8ceb8aa)
This commit is contained in:
Leo Franchi 2013-03-22 16:09:54 -04:00
parent b76417d112
commit 59228f7458
1 changed files with 1 additions and 0 deletions

View File

@ -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