mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
6 lines
195 B
Bash
Executable file
6 lines
195 B
Bash
Executable file
#!/bin/bash
|
|
./mach test-wpt --manifest-update SKIP_TESTS > /dev/null
|
|
./mach test-css --manifest-update SKIP_TESTS > /dev/null
|
|
diff=$(git diff -- tests/*/MANIFEST.json)
|
|
echo "$diff"
|
|
[[ ! $diff ]]
|