Procházet zdrojové kódy

fix(musare.sh): All tests always run

Owen Diffey před 1 rokem
rodič
revize
54441c078a
1 změnil soubory, kde provedl 1 přidání a 2 odebrání
  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