mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +01:00
5 lines
138 B
Bash
Executable file
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 ]]
|