mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-28 09:51:31 +02:00
build, test: Add missed log options
This commit is contained in:
parent
6f2cb0eafd
commit
f03c942095
@ -196,7 +196,7 @@ function(add_boost_test source_file)
|
|||||||
)
|
)
|
||||||
if(test_suite_name)
|
if(test_suite_name)
|
||||||
add_test(NAME ${test_suite_name}
|
add_test(NAME ${test_suite_name}
|
||||||
COMMAND test_bitcoin --run_test=${test_suite_name} --catch_system_error=no
|
COMMAND test_bitcoin --run_test=${test_suite_name} --catch_system_error=no --log_level=test_suite -- DEBUG_LOG_OUT
|
||||||
)
|
)
|
||||||
set_property(TEST ${test_suite_name} PROPERTY
|
set_property(TEST ${test_suite_name} PROPERTY
|
||||||
SKIP_REGULAR_EXPRESSION "no test cases matching filter" "Skipping"
|
SKIP_REGULAR_EXPRESSION "no test cases matching filter" "Skipping"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user