1
0
Fork 0
mirror of synced 2024-07-26 18:11:09 -04:00

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

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