mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Auto merge of #19336 - servo:jdm-patch-6, r=emilio
Instruct how to deal with outdated manifests. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19336) <!-- Reviewable:end -->
This commit is contained in:
commit
218edeb883
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ echo "About to update manifest."
|
|||
./mach test-wpt --manifest-update --binary= SKIP_TESTS
|
||||
|
||||
echo "Updated manifest; about to check if any changes were made to it."
|
||||
echo "If a diff is present, please run './mach update-manifest' \
|
||||
and commit the change."
|
||||
|
||||
diff="$(git diff -- tests/*/MANIFEST.json)"
|
||||
echo "${diff}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue