mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-26 07:16:10 +01:00
Flush less in default test listing impl
This commit is contained in:
parent
2c04850f88
commit
4c1e896d47
@ -196,7 +196,7 @@ namespace Catch {
|
|||||||
|
|
||||||
out << TextFlow::Column(testCaseInfo.name).initialIndent(2).indent(4) << '\n';
|
out << TextFlow::Column(testCaseInfo.name).initialIndent(2).indent(4) << '\n';
|
||||||
if (verbosity >= Verbosity::High) {
|
if (verbosity >= Verbosity::High) {
|
||||||
out << TextFlow::Column(Catch::Detail::stringify(testCaseInfo.lineInfo)).indent(4) << '\n' << std::flush;
|
out << TextFlow::Column(Catch::Detail::stringify(testCaseInfo.lineInfo)).indent(4) << '\n';
|
||||||
}
|
}
|
||||||
if (!testCaseInfo.tags.empty() &&
|
if (!testCaseInfo.tags.empty() &&
|
||||||
verbosity > Verbosity::Quiet) {
|
verbosity > Verbosity::Quiet) {
|
||||||
|
Loading…
Reference in New Issue
Block a user