diff --git a/dev/devcam/test.go b/dev/devcam/test.go index 013b487cf..e2f457df9 100644 --- a/dev/devcam/test.go +++ b/dev/devcam/test.go @@ -152,6 +152,7 @@ func (c *testCmd) runTests(args []string) error { "./server/camlistored", "./server/appengine", "./cmd/...", + "./misc/docker/...", }...) } env := c.env() diff --git a/make.go b/make.go index f275f52f6..f256dfd22 100644 --- a/make.go +++ b/make.go @@ -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.