Browse Source

More CI test updates

Scott Lahteine 4 years ago
parent
commit
9520e5121c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      buildroot/share/tests/run_tests

+ 1
- 1
buildroot/share/tests/run_tests View File

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

Loading…
Cancel
Save