better color choices
This commit is contained in:
parent
529b706738
commit
bfae720599
@ -164,7 +164,7 @@ void HeadlessSpecRunner::specLog(int indent, const QString &msg, const QString &
|
|||||||
if ( clazz.endsWith("fail") ) {
|
if ( clazz.endsWith("fail") ) {
|
||||||
red();
|
red();
|
||||||
} else {
|
} else {
|
||||||
green();
|
yellow();
|
||||||
}
|
}
|
||||||
std::cout << qPrintable(msg);
|
std::cout << qPrintable(msg);
|
||||||
clear();
|
clear();
|
||||||
|
Loading…
Reference in New Issue
Block a user