Skip to content

Commit

Permalink
Add script to check if MANIFEST.json is changes in wpt
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeckie committed Nov 19, 2015
1 parent cef839e commit 3f34ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ci/manifest_changed.sh
@@ -1,4 +1,4 @@
#!/bin/bash
diff=$(git diff -- tests/**/MANIFEST.json)
diff=$(git diff -- tests/wpt/**/MANIFEST.json)
echo "$diff"
[[ ! $diff ]]

0 comments on commit 3f34ee3

Please sign in to comment.