aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/tests.cpp')
-rw-r--r--src/tests/tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/tests.cpp b/src/tests/tests.cpp
index fa93397b2..e4a755831 100644
--- a/src/tests/tests.cpp
+++ b/src/tests/tests.cpp
@@ -406,7 +406,7 @@ std::string Test::Result::result_string(bool verbose) const
report << "Failure " << (i+1) << ": " << m_fail_log[i] << "\n";
}
- if(m_fail_log.size() > 0 || tests_run() == 0)
+ if(m_fail_log.size() > 0 || tests_run() == 0 || verbose)
{
for(size_t i = 0; i != m_log.size(); ++i)
{