mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
Run manifest-update without running tests prior to checking diff
This commit is contained in:
parent
3f34ee345e
commit
9c5e9dc96c
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
diff=$(git diff -- tests/wpt/**/MANIFEST.json)
|
./mach test-wpt --manifest-update SKIP_TESTS
|
||||||
|
diff=$(git diff --exit-code -- tests/**/MANIFEST.json)
|
||||||
echo "$diff"
|
echo "$diff"
|
||||||
[[ ! $diff ]]
|
[[ ! $diff ]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue