mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01: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
|
|
@ -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…
Reference in New Issue
Block a user