mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta: Use correct certificate path when invoking WPT
We now ensure that the directory for the currently selected build preset is used as the base certificate path.
This commit is contained in:
parent
4a6ce210b0
commit
c544d1fa1f
Notes:
github-actions[bot]
2024-10-28 14:23:47 +00:00
Author: https://github.com/tcl3 Commit: https://github.com/LadybirdBrowser/ladybird/commit/c544d1fa1f9 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2021
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ WEBDRIVER_BINARY=${WEBDRIVER_BINARY:-"$(default_binary_path)/WebDriver"}
|
|||
WPT_PROCESSES=${WPT_PROCESSES:-$(get_number_of_processing_units)}
|
||||
WPT_CERTIFICATES=(
|
||||
"tools/certs/cacert.pem"
|
||||
"${LADYBIRD_SOURCE_DIR}/Build/ladybird/Lagom/cacert.pem"
|
||||
"${BUILD_DIR}/Lagom/cacert.pem"
|
||||
)
|
||||
WPT_ARGS=( "--webdriver-binary=${WEBDRIVER_BINARY}"
|
||||
"--install-webdriver"
|
||||
|
|
Loading…
Reference in a new issue