| Index: milo/buildsource/swarming/html_data.go
|
| diff --git a/milo/build_source/swarming/html_data.go b/milo/buildsource/swarming/html_data.go
|
| similarity index 99%
|
| rename from milo/build_source/swarming/html_data.go
|
| rename to milo/buildsource/swarming/html_data.go
|
| index 8590a39bc3a1630b6d19f3f0c4a6f48cbea05fb3..a92ebee892de97326c5f21a144cc8ae19d4ddd1c 100644
|
| --- a/milo/build_source/swarming/html_data.go
|
| +++ b/milo/buildsource/swarming/html_data.go
|
| @@ -48,7 +48,7 @@ type testCase struct {
|
| func getTestCases(swarmingRelDir string) []*testCase {
|
| testCases := make(map[string]*testCase)
|
|
|
| - // References "milo/appengine/build_source/swarming/testdata".
|
| + // References "milo/buildsource/swarming/testdata".
|
| testdata := filepath.Join(swarmingRelDir, "testdata")
|
| f, err := ioutil.ReadDir(testdata)
|
| if err != nil {
|
|
|