Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(391)

Unified Diff: milo/frontend/appengine/main.go

Issue 2955783002: [milo] fix tests on windows. (Closed)
Patch Set: fix the other tests Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « milo/build_source/swarming/html_test.go ('k') | milo/frontend/main.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/frontend/appengine/main.go
diff --git a/milo/frontend/appengine/main.go b/milo/frontend/appengine/main.go
index 3d1164f33605d1f83e2537b438cfa44f0beecc2f..052724ee5a27203dd6f39b94955d4df6c03f609e 100644
--- a/milo/frontend/appengine/main.go
+++ b/milo/frontend/appengine/main.go
@@ -4,8 +4,10 @@
package appengine
-import "github.com/luci/luci-go/milo/frontend"
+import (
+ "github.com/luci/luci-go/milo/frontend"
+)
func init() {
- frontend.Run()
+ frontend.Run("templates")
}
« no previous file with comments | « milo/build_source/swarming/html_test.go ('k') | milo/frontend/main.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698