testing: include prefix in TestCmdline tests

Will become relevant with the next commit, which moves the
source name from being part of the text into the prefix. So far,
the prefix is unused during Cmdline tests.
This commit is contained in:
Patrick Ohly 2014-08-22 08:50:12 +02:00
parent e06d39b5bd
commit ff35aa5ace
1 changed files with 3 additions and 0 deletions

View File

@ -4535,6 +4535,9 @@ private:
out << "[" << levelToStr(level) << "] ";
m_all << "[" << levelToStr(level) << "] ";
}
if (options.m_prefix) {
out << options.m_prefix << " :";
}
out << str;
m_all << str;
if (!boost::ends_with(str, "\n")) {