Fix another spot the logger for boost test is hardcoded
This commit is contained in:
parent
75ab3d9e8b
commit
0354345963
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue