Ver código fonte

More CI test updates

Scott Lahteine 4 anos atrás
pai
commit
9520e5121c
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1
    1
      buildroot/share/tests/run_tests

+ 1
- 1
buildroot/share/tests/run_tests Ver arquivo

10
 
10
 
11
 exec_test () {
11
 exec_test () {
12
   printf "\n\033[0;32m[Test $2] \033[0m$3...\n"
12
   printf "\n\033[0;32m[Test $2] \033[0m$3...\n"
13
-  if platformio run --project-dir $1 "-e $2" --silent; then
13
+  if platformio run --project-dir $1 -e $2 --silent; then
14
     printf "\033[0;32mPassed\033[0m\n"
14
     printf "\033[0;32mPassed\033[0m\n"
15
     return 0
15
     return 0
16
   else
16
   else

Carregando…
Cancelar
Salvar