Using Jenkins with boost.test unit tests

后端 未结 3 1411
小蘑菇
小蘑菇 2020-12-24 07:50

I have done a bit of Googling in this area and have found many discussions about getting Jenkins to understand boost.test\'s XML output format, but no canonical reference. <

3条回答
  •  离开以前
    2020-12-24 08:16

    Ok, normally it works with this options. But if you are using it in large Projects and the XML file is getting too big, the XUnit plugin does not work anymore. So I had to change the log_level to test_suite. Only the errors are logged, the successful checks are not logged.

提交回复
热议问题