Meta: Add a --debug-process option to WPT.sh

This passes the `--debug-process` option to WebDriver.
This commit is contained in:
Tim Ledbetter
2024-12-12 11:47:39 +00:00
committed by Jelle Raaijmakers
parent 2528055703
commit 34f78ca152
2 changed files with 8 additions and 2 deletions

View File

@@ -52,7 +52,6 @@ static Vector<ByteString> create_arguments(ByteString const& socket_path, bool f
if (force_cpu_painting)
arguments.append("--force-cpu-painting"sv);
dbgln("Debug process: {}", debug_process);
if (debug_process.has_value())
arguments.append(ByteString::formatted("--debug-process={}", debug_process.value()));