$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [Test] Small Enhancement Suggestion
From: Merrill Cornish (merrill.cornish_at_[hidden])
Date: 2015-06-19 14:14:15
I couldn't find the official way of suggesting an enhancement, but here
goes:
When a Boost Test currently runs in console mode, it logs the message lines
"Running X test cases..."
at the start and
"*** Y failure detected in test suite 'My Test Suite' "
at the end. That's all good. However, if <ahem> the test goes bad
wrong and never reaches the end, there is no record in the log of which
test did it.
Suggestion: Change the initial log message to include the test suite
name. For example,
"Running X test cases from 'My Test Suite'"
Merrill Cornish