Merge branch 'master' into generic
This commit is contained in:
3
test
3
test
@@ -25,6 +25,7 @@ declare -a TESTPKGS=(
|
||||
datasource/metadata/ec2
|
||||
datasource/metadata/openstack
|
||||
datasource/proc_cmdline
|
||||
datasource/test
|
||||
datasource/url
|
||||
datasource/waagent
|
||||
initialize
|
||||
@@ -34,7 +35,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
|
||||
|
Reference in New Issue
Block a user