We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f2cb0e commit f03c942Copy full SHA for f03c942
src/test/CMakeLists.txt
@@ -196,7 +196,7 @@ function(add_boost_test source_file)
196
)
197
if(test_suite_name)
198
add_test(NAME ${test_suite_name}
199
- 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
200
201
set_property(TEST ${test_suite_name} PROPERTY
202
SKIP_REGULAR_EXPRESSION "no test cases matching filter" "Skipping"
0 commit comments