Skip to content

Commit

Permalink
Respect the showColors option...
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Jul 16, 2011
1 parent da08c96 commit f4a8458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/jasmine-webkit-specrunner/specrunner.cpp
Expand Up @@ -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++) {
Expand Down

0 comments on commit f4a8458

Please sign in to comment.