Skip to content

Commit f03c942

Browse files
committed
build, test: Add missed log options
1 parent 6f2cb0e commit f03c942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ function(add_boost_test source_file)
196196
)
197197
if(test_suite_name)
198198
add_test(NAME ${test_suite_name}
199-
COMMAND test_bitcoin --run_test=${test_suite_name} --catch_system_error=no
199+
COMMAND test_bitcoin --run_test=${test_suite_name} --catch_system_error=no --log_level=test_suite -- DEBUG_LOG_OUT
200200
)
201201
set_property(TEST ${test_suite_name} PROPERTY
202202
SKIP_REGULAR_EXPRESSION "no test cases matching filter" "Skipping"

0 commit comments

Comments
 (0)