servo/etc/ci/manifest_changed.sh

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