Browse Source

fix(musare.sh): All tests always run

Owen Diffey 1 month ago
parent
commit
54441c078a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      musare.sh

+ 1 - 2
musare.sh

@@ -376,8 +376,7 @@ handleTypescript()
 # Execute automated tests in services
 handleTests()
 {
-    # shellcheck disable=SC2068
-    servicesString=$(handleServices "backend frontend" ${services[@]})
+    servicesString=$(handleServices "backend frontend" "${@:2}")
     if [[ ${servicesString:0:1} != 1 ]]; then
         throw "${servicesString:2}\n${YELLOW}Usage: ${1} [backend, frontend]"
     fi