Skip to content

Commit

Permalink
Merge pull request #17 from ryansmith94/patch-2
Browse files Browse the repository at this point in the history
Corrects bail option.
  • Loading branch information
toaster33 committed May 18, 2015
2 parents a838269 + 88b76a9 commit 20fd0bf
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 20fd0bf

Please sign in to comment.