Skip to content

Commit

Permalink
Remove --report_level=no
Browse files Browse the repository at this point in the history
  • Loading branch information
marekr committed May 30, 2023
1 parent 7e51bc2 commit 8381677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/KiCadQABuildUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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,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()

# Add the test to the CTest registry
Expand Down

0 comments on commit 8381677

Please sign in to comment.