mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Only use single * and ignore mach output
This commit is contained in:
parent
9c5e9dc96c
commit
a024c1c296
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
./mach test-wpt --manifest-update SKIP_TESTS
|
||||
diff=$(git diff --exit-code -- tests/**/MANIFEST.json)
|
||||
./mach test-wpt --manifest-update SKIP_TESTS > /dev/null
|
||||
diff=$(git diff -- tests/*/MANIFEST.json)
|
||||
echo "$diff"
|
||||
[[ ! $diff ]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue