mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Refine the set of directories that are checked during WPT syncing.
This commit is contained in:
parent
5b050d093e
commit
86e4fa50d3
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ function unsafe_run_tests() {
|
|||
function unsafe_update_metadata() {
|
||||
./mach update-wpt "${1}" || return 1
|
||||
# Ensure any new directories or ini files are included in these changes.
|
||||
git add tests/wpt/ || return 2
|
||||
git add tests/wpt/metadata tests/wpt/mozilla/meta || return 2
|
||||
# Merge all changes with the existing commit.
|
||||
git commit -a --amend --no-edit || return 3
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue