Remove --report_level=no
This commit is contained in:
parent
7e51bc2011
commit
8381677f20
|
@ -62,7 +62,7 @@ if( KICAD_TEST_XML_OUTPUT )
|
||||||
# Due to Boost issue in 1.62, have to use the --logger parameter, rather than
|
# Due to Boost issue in 1.62, have to use the --logger parameter, rather than
|
||||||
# separate --log_format, --log_sink, etc parameter
|
# separate --log_format, --log_sink, etc parameter
|
||||||
# https://svn.boost.org/trac10/ticket/12507
|
# https://svn.boost.org/trac10/ticket/12507
|
||||||
set(BOOST_TEST_PARAMS --logger=JUNIT,all,${TEST_NAME}.boost-results.xml --report_level=no --result_code=yes)
|
set(BOOST_TEST_PARAMS --logger=JUNIT,all,${TEST_NAME}.boost-results.xml)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Add the test to the CTest registry
|
# Add the test to the CTest registry
|
||||||
|
|
Loading…
Reference in New Issue