Merge pull request #37 from ConradIrwin/master
-c/--no-colors are broken.
This commit is contained in:
commit
4b154128ed
@ -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