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:
bors-servo 2023-04-01 20:20:18 +02:00 committed by GitHub
commit 6b33738006
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,9 +12,9 @@ set -o pipefail
# results and amend the last commit with the new results.
function unsafe_update_metadata_chunk() {
./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 \
"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.
git add tests/wpt/metadata \