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
|
stage: test
|
||||||
when: on_success
|
when: on_success
|
||||||
variables:
|
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
|
CTEST_OUTPUT_ON_FAILURE: 1
|
||||||
script:
|
script:
|
||||||
- cd build/linux/qa
|
- cd build/linux/qa
|
||||||
|
|
Loading…
Reference in New Issue