Skip to content

Commit

Permalink
Corrects bail option.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryasmi committed May 18, 2015
1 parent a838269 commit 88b76a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lrs-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.option('-p, --authPass <password>', 'sets password (required when basic authentication enabled)')
.option('-R, --reporter <name>', 'specify the reporter to use')
.option('-g, --grep <pattern>', 'only run tests matching <pattern>')
.option('-b --bail', 'bail after first test failure')
.option('-b, --bail', 'bail after first test failure')
.parse(process.argv);

var deferred = Q.defer(),
Expand Down

0 comments on commit 88b76a9

Please sign in to comment.