aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_runner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_runner.cpp')
-rw-r--r--src/tests/test_runner.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tests/test_runner.cpp b/src/tests/test_runner.cpp
index 2816d386d..849c1a8a9 100644
--- a/src/tests/test_runner.cpp
+++ b/src/tests/test_runner.cpp
@@ -208,8 +208,7 @@ std::string report_out(const std::vector<Botan_Tests::Test::Result>& results,
for(auto const& result : combined)
{
- const bool verbose = false;
- out << result.second.result_string(verbose);
+ out << result.second.result_string();
tests_failed += result.second.tests_failed();
tests_ran += result.second.tests_run();
}