mirror of https://github.com/perkeep/perkeep.git
Merge "devcam test: build things in ./misc/docker too"
This commit is contained in:
commit
ba9f6e25fb
|
@ -152,6 +152,7 @@ func (c *testCmd) runTests(args []string) error {
|
|||
"./server/camlistored",
|
||||
"./server/appengine",
|
||||
"./cmd/...",
|
||||
"./misc/docker/...",
|
||||
}...)
|
||||
}
|
||||
env := c.env()
|
||||
|
|
2
make.go
2
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.
|
||||
|
|
Loading…
Reference in New Issue