From 3e37ca9120c250d44dd6bb8233794fc1565acc99 Mon Sep 17 00:00:00 2001 From: mpl Date: Thu, 3 Dec 2015 16:49:03 +0100 Subject: [PATCH] devcam test: build things in ./misc/docker too Fixes issue #651 Change-Id: I10e4b73946dea073399bdb21888202f85a33c1b7 --- dev/devcam/test.go | 1 + make.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.