mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Update wpt-nightly-update.sh with right paths from workflows
This commit is contained in:
parent
901ba9bab0
commit
910406fcff
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ set -o pipefail
|
||||||
# results and amend the last commit with the new results.
|
# results and amend the last commit with the new results.
|
||||||
function unsafe_update_metadata_chunk() {
|
function unsafe_update_metadata_chunk() {
|
||||||
./mach update-wpt \
|
./mach update-wpt \
|
||||||
"wpt-logs-linux/test-wpt.layout-2013.${1}.log" || return 1
|
"wpt-logs-linux-layout-2013/test-wpt.${1}.log" || return 1
|
||||||
./mach update-wpt --layout-2020 \
|
./mach update-wpt --layout-2020 \
|
||||||
"wpt-logs-linux/test-wpt.layout-2020.${1}.log" || return 2
|
"wpt-logs-linux-layout-2020/test-wpt.${1}.log" || return 2
|
||||||
|
|
||||||
# Ensure any new directories or ini files are included in these changes.
|
# Ensure any new directories or ini files are included in these changes.
|
||||||
git add tests/wpt/metadata \
|
git add tests/wpt/metadata \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue