| Index: milo/appengine/job_source/swarming/build_test.go
|
| diff --git a/milo/appengine/swarming/build_test.go b/milo/appengine/job_source/swarming/build_test.go
|
| similarity index 97%
|
| rename from milo/appengine/swarming/build_test.go
|
| rename to milo/appengine/job_source/swarming/build_test.go
|
| index 6ca347cc167e3cab032259295a7f1aa5885cce47..0d4ddbf8fd0fce49b5df0e229cdb4db1aec1dc0a 100644
|
| --- a/milo/appengine/swarming/build_test.go
|
| +++ b/milo/appengine/job_source/swarming/build_test.go
|
| @@ -58,7 +58,7 @@ func TestBuild(t *testing.T) {
|
| IdentityGroups: []string{"all", "googlers"},
|
| })
|
|
|
| - for _, tc := range getTestCases() {
|
| + for _, tc := range getTestCases(".") {
|
| bl := buildLoader{
|
| logDogClientFunc: logDogClientFunc(tc),
|
| }
|
| @@ -94,7 +94,7 @@ func TestBuild(t *testing.T) {
|
| IdentityGroups: []string{"all", "googlers"},
|
| })
|
|
|
| - for _, tc := range getTestCases() {
|
| + for _, tc := range getTestCases(".") {
|
| Convey(fmt.Sprintf("Test Case: %s", tc.name), func() {
|
| bl := buildLoader{
|
| logDogClientFunc: logDogClientFunc(tc),
|
|
|