Merge branch 'master' of github.com:johnbintz/jasmine-headless-webkit

This commit is contained in:
John Bintz 2011-07-18 10:54:48 -04:00
commit b03e6d8298

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