Add script to check if MANIFEST.json is changes in wpt

This commit is contained in:
Martin Feckie 2015-11-19 22:19:14 +11:00
parent cef839e454
commit 3f34ee345e

View file

@ -1,4 +1,4 @@
#!/bin/bash
diff=$(git diff -- tests/**/MANIFEST.json)
diff=$(git diff -- tests/wpt/**/MANIFEST.json)
echo "$diff"
[[ ! $diff ]]