Process bootstrap with Shellcheck

This commit is contained in:
Tim Byrne 2017-01-27 17:25:30 -06:00
parent 08427328f9
commit 97b784d55d
No known key found for this signature in database
GPG Key ID: 6CBE24C2FD8CF76E
1 changed files with 1 additions and 1 deletions

View File

@ -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"; \