mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Let WPT commands take the --legacy-layout argument (#30239)
This also prints a better message when starting tests.
This commit is contained in:
parent
17dec241db
commit
30dbc46d17
7 changed files with 34 additions and 29 deletions
4
.github/workflows/scheduled-wpt-import.yml
vendored
4
.github/workflows/scheduled-wpt-import.yml
vendored
|
@ -52,8 +52,8 @@ jobs:
|
|||
export CURRENT_DATE=$(date +"%d-%m-%Y")
|
||||
echo $CURRENT_DATE
|
||||
echo "CURRENT_DATE=$CURRENT_DATE" >> $GITHUB_ENV
|
||||
./mach update-wpt --layout-2013 wpt-logs-linux-layout-2013/test-wpt.*.log
|
||||
./mach update-wpt --layout-2020 wpt-logs-linux-layout-2020/test-wpt.*.log
|
||||
./mach update-wpt --legacy-layout wpt-logs-linux-layout-2013/test-wpt.*.log
|
||||
./mach update-wpt wpt-logs-linux-layout-2020/test-wpt.*.log
|
||||
git add tests/wpt/meta tests/wpt/meta-legacy-layout
|
||||
git commit -a --amend --no-edit
|
||||
- name: Push changes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue