Commit 592abbc1 authored by Marian Triebe's avatar Marian Triebe

Fix output of per-test timings

parent 43c4ba2d
......@@ -381,7 +381,7 @@ bool engine::run(bool colorize,
log.verbose() << color(yellow) << " -> " << color(cyan) << good + bad
<< color(reset) << " check" << (good + bad > 1 ? "s " : " ")
<< "took " << color(cyan) << render(elapsed)
<< color(reset);
<< color(reset) << '\n';
if (bad > 0) {
log.verbose() << " (" << color(green) << good << color(reset) << '/'
<< color(red) << bad << color(reset) << ")" << '\n';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment