diff --git a/tools/test-all b/tools/test-all index 36a5f621a6..da7c6483d5 100755 --- a/tools/test-all +++ b/tools/test-all @@ -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'