Merge branch 'super-traces'
This commit is contained in:
commit
04e2bc5f22
@ -87,8 +87,10 @@ void ConsoleOutput::logSpecResult(const QString &result) {
|
|||||||
|
|
||||||
red();
|
red();
|
||||||
while (linesIterator.hasNext()) {
|
while (linesIterator.hasNext()) {
|
||||||
*outputIO << " " << qPrintable(linesIterator.next()) << std::endl;
|
QString line = linesIterator.next();
|
||||||
yellow();
|
if (!linesIterator.hasNext())
|
||||||
|
yellow();
|
||||||
|
*outputIO << " " << qPrintable(line) << std::endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
clear();
|
clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user