Instruct how to deal with outdated manifests.

This commit is contained in:
Josh Matthews 2017-11-22 08:16:54 -05:00 committed by GitHub
parent 3ecd0174cc
commit b501c8fa03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ echo "About to update manifest."
./mach test-wpt --manifest-update --binary= SKIP_TESTS ./mach test-wpt --manifest-update --binary= SKIP_TESTS
echo "Updated manifest; about to check if any changes were made to it." 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)" diff="$(git diff -- tests/*/MANIFEST.json)"
echo "${diff}" echo "${diff}"