Merge branch 'master' of github.com:johnbintz/jasmine-headless-webkit
This commit is contained in:
commit
b03e6d8298
@ -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