Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
chore(config): saucelabs requires tunnel identifier to be a string
Browse files Browse the repository at this point in the history
  • Loading branch information
juliemr committed Jan 9, 2014
1 parent d96f2e2 commit bc18c42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ var argv = require('optimist').
alias('build', 'capabilities.build').
alias('verbose', 'jasmineNodeOpts.isVerbose').
alias('stackTrace', 'jasmineNodeOpts.includeStackTrace').
string('capabilities.tunnel-identifier').
check(function(arg) {
if (arg._.length > 1) {
throw 'Error: more than one config file specified'
Expand Down

0 comments on commit bc18c42

Please sign in to comment.