Auto merge of #8016 - creativcoder:wpt-readme, r=frewsxcv

Updated readme with release build mention

Updated readme with release build mention. Please review PR.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8016)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2015-10-14 18:35:31 -06:00
commit bae2ca0e39

View file

@ -43,6 +43,15 @@ to run all the DOM tests.
There are also a large number of command line options accepted by the
test harness; these are documented by running with `--help`.
Running all tests
------------------------------
Running all the WPT tests with debug mode results in a lot of timeout.
If one wants to run all the tests,
build with `mach build -r`
and
test with `mach test-wpt --release`
Running the tests without mach
------------------------------