mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Also run checks for test-css MANIFEST.json
This commit is contained in:
parent
a024c1c296
commit
7fafc6c1f6
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
./mach test-wpt --manifest-update SKIP_TESTS > /dev/null
|
./mach test-wpt --manifest-update SKIP_TESTS > /dev/null
|
||||||
|
./mach test-css --manifest-update SKIP_TESTS > /dev/null
|
||||||
diff=$(git diff -- tests/*/MANIFEST.json)
|
diff=$(git diff -- tests/*/MANIFEST.json)
|
||||||
echo "$diff"
|
echo "$diff"
|
||||||
[[ ! $diff ]]
|
[[ ! $diff ]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue