Change log level for boost test text log to message

This commit is contained in:
Marek Roszko 2024-05-29 22:23:47 -04:00
parent 4c5b4cd99f
commit 16ae81abb3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
stage: test
when: on_success
variables:
BOOST_TEST_LOGGER: 'JUNIT,warning,test_results.${TEST}.xml:HRF,warning'
BOOST_TEST_LOGGER: 'JUNIT,warning,test_results.${TEST}.xml:HRF,message'
CTEST_OUTPUT_ON_FAILURE: 1
script:
- cd build/linux/qa