Remove --faster flag from test-tidy, go fast by default. Fixes 11217

This commit is contained in:
Mitchell Hentges 2016-05-19 19:55:54 +02:00
parent 8876d1f002
commit 52507c80a0
4 changed files with 7 additions and 22 deletions

View file

@ -1,6 +1,6 @@
Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data:
- [ ] `./mach build -d` does not report any errors
- [ ] `./mach test-tidy --faster` does not report any errors
- [ ] `./mach test-tidy` does not report any errors
- [ ] These changes fix #__ (github issue number if applicable).
Either: