Try and disable boost's signal handler

This commit is contained in:
Mark Roszko 2025-09-01 16:07:03 +00:00
parent 267ee811a7
commit 4fb76404bc

View File

@ -20,6 +20,7 @@
variables: variables:
BOOST_TEST_LOGGER: 'JUNIT,warning,test_results.${TEST}.xml:HRF,message' BOOST_TEST_LOGGER: 'JUNIT,warning,test_results.${TEST}.xml:HRF,message'
CTEST_OUTPUT_ON_FAILURE: 1 CTEST_OUTPUT_ON_FAILURE: 1
BOOST_TEST_CATCH_SYSTEM_ERRORS: 'no'
script: script:
- cd build/linux/qa - cd build/linux/qa
- ctest -R qa_${TEST} - ctest -R qa_${TEST}