mirror of
https://github.com/servo/servo
synced 2026-05-01 11:57:31 +02:00
6 lines
138 B
Bash
Executable File
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 ]]
|