mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Address tidy checks.
This commit is contained in:
parent
b501c8fa03
commit
b45e4fecff
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ 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."
|
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}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue