mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Clean up test results as part of WPT sync.
This commit is contained in:
parent
6e7c58784d
commit
c21f599b05
1 changed files with 4 additions and 1 deletions
|
@ -48,8 +48,11 @@ function unsafe_pull_from_upstream() {
|
||||||
# Update the manifest again to reach a fixed state (https://github.com/servo/servo/issues/22275).
|
# Update the manifest again to reach a fixed state (https://github.com/servo/servo/issues/22275).
|
||||||
./mach update-manifest || return 4
|
./mach update-manifest || return 4
|
||||||
|
|
||||||
|
# Clean up any now-unused test results.
|
||||||
|
(python3 etc/unused_wpt_results.py | xargs rm -rfv) || return 5
|
||||||
|
|
||||||
# Amend the existing commit with the new changes from updating the manifest.
|
# Amend the existing commit with the new changes from updating the manifest.
|
||||||
git commit -a --amend --no-edit || return 5
|
git commit -a --amend --no-edit || return 6
|
||||||
}
|
}
|
||||||
|
|
||||||
# Remove all local traces of this sync operation.
|
# Remove all local traces of this sync operation.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue