Respect the showColors option...
This commit is contained in:
parent
da08c96af6
commit
f4a8458246
@ -381,7 +381,7 @@ int main(int argc, char** argv)
|
||||
|
||||
QApplication app(argc, argv);
|
||||
HeadlessSpecRunner runner;
|
||||
runner.setColors(true);
|
||||
runner.setColors(showColors);
|
||||
runner.reportFile(reporter);
|
||||
|
||||
for (index = optind; index < argc; index++) {
|
||||
|
Loading…
Reference in New Issue
Block a user