Skip to content

Commit

Permalink
Refine the set of directories that are checked during WPT syncing.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Feb 23, 2018
1 parent 5b050d0 commit 86e4fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/ci/update-wpt-checkout
Expand Up @@ -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
}
Expand Down

0 comments on commit 86e4fa5

Please sign in to comment.