Also run checks for test-css MANIFEST.json

This commit is contained in:
Martin Feckie 2015-11-21 10:33:39 +11:00
parent a024c1c296
commit 7fafc6c1f6

View file

@ -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 ]]