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:
Tim Ledbetter 2024-10-28 11:48:05 +00:00 committed by Tim Flynn
parent 4a6ce210b0
commit c544d1fa1f
Notes: github-actions[bot] 2024-10-28 14:23:47 +00:00

View file

@ -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"