mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 17:44:56 +09:00
CI: Enable verbose logging of LibWeb tests
We currently have some tests that hang. In order to find which tests these are, let's enable verbose logging to get a log of each running test and its individual duration.
This commit is contained in:
parent
ad5de9d4e5
commit
c107ffa84f
Notes:
github-actions[bot]
2024-11-30 17:11:09 +00:00
Author: https://github.com/trflynn89
Commit: c107ffa84f
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2656
1 changed files with 1 additions and 1 deletions
|
@ -16,6 +16,6 @@ if (BUILD_TESTING)
|
|||
find_package(Python3 REQUIRED)
|
||||
add_test(
|
||||
NAME LibWeb
|
||||
COMMAND $<TARGET_FILE:headless-browser> --run-tests ${LADYBIRD_SOURCE_DIR}/Tests/LibWeb --python-executable ${Python3_EXECUTABLE} --dump-failed-ref-tests --per-test-timeout 120
|
||||
COMMAND $<TARGET_FILE:headless-browser> --run-tests ${LADYBIRD_SOURCE_DIR}/Tests/LibWeb --python-executable ${Python3_EXECUTABLE} --dump-failed-ref-tests --per-test-timeout 120 --verbose
|
||||
)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue