Update HACKING.md

This commit is contained in:
Adam Barth 2015-02-20 13:55:37 -08:00
parent f0f55ab906
commit 08e0cb549c

View File

@ -29,7 +29,7 @@ determine whether its using android, etc.
Running tests manually
----------------------
* ``out/downloads/sky_server -t Debug . 8000``
* ``out/downloads/sky_server -t Debug . 8000`` (If you don't have ``sky_server`` yet, run ``sky/tools/download_sky_server``.)
* ``out/Debug/mojo_shell --args-for="mojo:native_viewport_service --use-headless-config --use-osmesa" --args-for"=mojo:sky_viewer --testing" --content-handlers=text/sky,mojo:sky_viewer --url-mappings=mojo:window_manager=mojo:sky_tester,mojo:surfaces_service=mojo:fake_surfaces_service mojo:window_manager``
* The ``sky_tester`` should print ``#READY`` when ready
* Type the URL you wish to run, for example ``http://127.0.0.1:8000/sky/tests/lowlevel/text.html``, and press the enter key