Files
servo/etc/ci/manifest_changed.sh
2016-03-01 19:09:18 +01:00

6 lines
138 B
Bash
Executable File

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