Chromium Code Reviews| Index: milo/Makefile |
| diff --git a/milo/Makefile b/milo/Makefile |
| index 8ea4bc79ea9c5985d03ba3f0a08eb5a8682b434c..86bc7800f72e202df0193289ecbbc824eab83114 100644 |
| --- a/milo/Makefile |
| +++ b/milo/Makefile |
| @@ -6,7 +6,7 @@ mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST))) |
| projdir := $(patsubst %/,%,$(dir $(mkfile_path))) |
| dev: |
| - gae.py devserver --app-dir $(projdir)/appengine -- --host 0.0.0.0 --port 8082 --admin_port 7999 --log_level debug |
| + gae.py devserver -A luci-milo --app-dir $(projdir)/appengine -- --host 0.0.0.0 --port 8082 --admin_port 7999 --log_level debug |
|
iannucci
2017/06/16 01:44:15
intended?
Ryan Tseng
2017/06/16 02:05:42
Sorta, cept it didn't work, so removed.
|
| # This is intentionally not dependent on the others below to avoid |
| # asking for user confirmation multiple times. |