mirror of
https://github.com/servo/servo.git
synced 2025-06-24 17:14:33 +01:00
Auto merge of #29570 - sagudev:patch-4, r=jdm
Update wpt-nightly-update.sh with right paths from workflows Fixup to #29534 as wpt-logs-linux are separated per folders not per file.
This commit is contained in:
commit
6b33738006
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