mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 03:39:04 +00:00
Meta: Use QT_QPA_PLATFORM
offscreen in WPT.sh
This has better compatibility with MacOS.
This commit is contained in:
parent
961ad3c8e9
commit
a859b3610d
Notes:
github-actions[bot]
2024-08-17 05:44:25 +00:00
Author: https://github.com/tcl3
Commit: a859b3610d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/1086
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ execute_wpt() {
|
|||
fi
|
||||
WPT_ARGS+=( "--webdriver-arg=--certificate=${certificate_path}" )
|
||||
done
|
||||
QT_QPA_PLATFORM="minimal" ./wpt run "${WPT_ARGS[@]}" ladybird "${TEST_LIST[@]}"
|
||||
QT_QPA_PLATFORM="offscreen" ./wpt run "${WPT_ARGS[@]}" ladybird "${TEST_LIST[@]}"
|
||||
popd > /dev/null
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue