mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
build, test: Add missed log options
This commit is contained in:
parent
6f2cb0eafd
commit
f03c942095
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue