Disable the manifest check for css tests.

This commit is contained in:
Ms2ger 2016-02-16 14:19:32 +01:00
parent ffbf48c57b
commit fd77ab5c5b

View file

@ -1,6 +1,5 @@
#!/bin/bash
./mach test-wpt --manifest-update SKIP_TESTS > /dev/null
./mach test-css --manifest-update SKIP_TESTS > /dev/null
diff=$(git diff -- tests/*/MANIFEST.json)
echo "$diff"
[[ ! $diff ]]