Auto merge of #5560 - gfxmonk:wpt-instructions, r=jdm

The current wpt instructions tell users to run `./serve.py`, which doesn't do anything. I've updated the instructions to use `./serve`, which works as advertised (and matches the instructions from web-platform-tests/README.md).
This commit is contained in:
bors-servo 2015-04-08 21:37:50 -05:00
commit 223a5c4972

View file

@ -64,7 +64,7 @@ first adding the following to the system's hosts file:
127.0.0.1 xn--n8j6ds53lwwkrqhv28a.web-platform.test
127.0.0.1 xn--lve-6lad.web-platform.test
and then running `python serve.py` from `tests/wpt/web-platform-tests`.
and then running `python serve` from `tests/wpt/web-platform-tests`.
Then navigate Servo to `http://web-platform.test:8000/path/to/test`.
Updating test expectations