Fix another spot the logger for boost test is hardcoded

This commit is contained in:
Marek Roszko 2024-05-30 20:17:44 -04:00
parent 75ab3d9e8b
commit 0354345963
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ if( KICAD_TEST_XML_OUTPUT )
# Due to Boost issue in 1.62, have to use the --logger parameter, rather than
# separate --log_format, --log_sink, etc parameter
# https://svn.boost.org/trac10/ticket/12507
set(BOOST_TEST_PARAMS --logger=JUNIT,warning,${TEST_NAME}.boost-results.xml:HRF,warning)
set(BOOST_TEST_PARAMS --logger=JUNIT,warning,${TEST_NAME}.boost-results.xml:HRF,message)
endif()
# Add the test to the CTest registry