test-all: Run frontend tests after backend tests.

When the backend is failing, the frontend often fails in much less
clear ways (e.g. timing out), so it's generally more useful to run the
backend tests first.

(imported from commit 36ac862ad1dbb21e32c0f44ba135c3c29bbea2f5)
This commit is contained in:
Tim Abbott 2013-03-19 11:26:48 -04:00
parent a095666770
commit 39e79271e2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ function run {
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
run 'web client tests' ./zephyr/tests/frontend/run
printf '\n\e[32mAll OK!\e[0m\n'