Merge "devcam test: build things in ./misc/docker too"

This commit is contained in:
Mathieu Lonjaret 2015-12-04 14:46:32 +00:00 committed by Gerrit Code Review
commit ba9f6e25fb
2 changed files with 2 additions and 1 deletions

View File

@ -152,6 +152,7 @@ func (c *testCmd) runTests(args []string) error {
"./server/camlistored",
"./server/appengine",
"./cmd/...",
"./misc/docker/...",
}...)
}
env := c.env()

View File

@ -277,7 +277,7 @@ func mirror(sql bool) (latestSrcMod time.Time) {
"vendor",
}
if *onlysync {
goDirs = append(goDirs, "server/appengine", "config")
goDirs = append(goDirs, "server/appengine", "config", "misc")
}
// Copy files we do want in our mirrored GOPATH. This has the side effect of
// populating wantDestFile, populated by mirrorFile.