mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
add update-manifest command
This commit is contained in:
parent
c017438428
commit
04b062b2fb
2 changed files with 21 additions and 0 deletions
|
@ -181,3 +181,15 @@ tool written for gecko reftests.
|
|||
The reftest analyzer allows pixel-level comparison of the test and reference
|
||||
screenshots. Tests that both fail and have an unexpected result are marked
|
||||
with a `!`.
|
||||
|
||||
Updating the WPT manifest
|
||||
=========================
|
||||
|
||||
MANIFEST.json can be regenerated automatically with the mach command `update-manifest` e.g.
|
||||
|
||||
./mach update-manifest
|
||||
|
||||
This is equivalent to running
|
||||
|
||||
./mach test-wpt --manifest-update SKIP_TESTS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue