Merge pull request #37 from ConradIrwin/master

-c/--no-colors are broken.
This commit is contained in:
John Bintz 2011-07-15 19:54:33 -07:00
commit 4b154128ed

View File

@ -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++) {