From c544d1fa1f9172a8cd324f5a09b52836eabf6a45 Mon Sep 17 00:00:00 2001 From: Tim Ledbetter Date: Mon, 28 Oct 2024 11:48:05 +0000 Subject: [PATCH] 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. --- Meta/WPT.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/WPT.sh b/Meta/WPT.sh index f6e1eaf08d1..f4713130674 100755 --- a/Meta/WPT.sh +++ b/Meta/WPT.sh @@ -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"