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

Unified Diff: sky/tools/sky_server

Issue 699333002: Switch test_sky from apache to sky_server (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Less printf Created 6 years, 1 month 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 | « sky/tests/services/xhr.sky ('k') | sky/tools/webkitpy/layout_tests/port/base.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/sky_server
diff --git a/sky/tools/sky_server b/sky/tools/sky_server
index da42f1acf3f82da6c8223d8ae3b911e3756417b9..31ea77a1ae21f7f396e0a2e3118828ae2ba91ad4 100755
--- a/sky/tools/sky_server
+++ b/sky/tools/sky_server
@@ -44,12 +44,13 @@ def main():
args = parser.parse_args()
log_dir = os.path.abspath(os.getcwd())
- print "%s logging to access_log.txt in %s" % (
- parser.prog, log_dir)
config = {
'global': {
'server.socket_port': args.port,
+ 'tools.staticdir.content_types' : {
+ 'sky': 'text/sky',
+ },
'log.screen': args.verbose,
'log.access_log': os.path.join(log_dir, 'access_log.txt'),
# This causes some strange python exception??
« no previous file with comments | « sky/tests/services/xhr.sky ('k') | sky/tools/webkitpy/layout_tests/port/base.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698