Add a simple bashfmt test

If someone ever made a bashfmt script, that would be a lovely hack!
This commit is contained in:
James Shubin
2016-02-08 12:06:46 -05:00
parent e342c5a06a
commit 72681349e5
2 changed files with 32 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ diff <(tail -n +$start AUTHORS | sort) <(tail -n +$start AUTHORS)
./test/test-gofmt.sh
./test/test-yamlfmt.sh
./test/test-bashfmt.sh
go test
echo running go vet # since it doesn't output an ok message on pass
go vet && echo PASS