boostorg / boostorg/test

Can't suppress BOOST_TEST_MESSAGE output without suppressing TEST SUITE level

Open
#257 5 comments 0 reactions 0 assignees View on GitHub
discussion
Dominant language
C++
Stars
213
Forks
149
Avg merge
18h 17m
Merged PRs (30d)
2

Description

My tests use a lot of BOOST_TEST_MESSAGE calls to generate test trace. Unfortunately, this completely bloats XML output I use to integrate boost and Jenkins, since every message is appended to the xml file. If I reduce the log level, then there is no information about individual test cases in the XML file.

I should be able to use boost test messages for tracing and still obtain a compact test summary in xml when needed.
Adding every message to xml output is in most cases useless for me.

Possible fix:
Introduce BOOST_TRACE_MESSAGE or move MESSAGE level a few levels up.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.