better color choices

This commit is contained in:
John Bintz 2011-05-02 16:59:14 -04:00
parent 529b706738
commit bfae720599

View File

@ -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();