-c/--no-colors are broken. #37

Merged
ConradIrwin merged 1 commits from master into master 2011-07-16 02:54:33 +00:00

View File

@ -381,7 +381,7 @@ int main(int argc, char** argv)
QApplication app(argc, argv); QApplication app(argc, argv);
HeadlessSpecRunner runner; HeadlessSpecRunner runner;
runner.setColors(true); runner.setColors(showColors);
runner.reportFile(reporter); runner.reportFile(reporter);
for (index = optind; index < argc; index++) { for (index = optind; index < argc; index++) {