Change log level for boost test text log to message
This commit is contained in:
parent
4c5b4cd99f
commit
16ae81abb3
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue