test: check all root golang files

This commit is contained in:
Alex Crawford 2015-01-26 15:01:56 -08:00
parent be62a1df66
commit 9441586229

2
test
View File

@ -33,7 +33,7 @@ declare -a TESTPKGS=(
)
if [ -z "$PKG" ]; then
GOFMTPATH="${TESTPKGS[*]} coreos-cloudinit.go"
GOFMTPATH="${TESTPKGS[*]} *.go"
# prepend repo path to each package
TESTPKGS="${TESTPKGS[*]/#/${REPO_PATH}/} ./"
else