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:
bors-servo 2017-11-22 10:36:04 -06:00 committed by GitHub
commit 218edeb883

View file

@ -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}"