diff --git a/Makefile b/Makefile index 5aede41..8913070 100644 --- a/Makefile +++ b/Makefile @@ -29,7 +29,7 @@ bats: shellcheck: @echo Running shellcheck @shellcheck --version || true - @shellcheck -s bash yadm test/*.bash + @shellcheck -s bash yadm bootstrap test/*.bash @cd test; \ for bats_file in *bats; do \ sed 's/^@test.*{/function test() {/' "$$bats_file" > "/tmp/$$bats_file.bash"; \