diff options
Diffstat (limited to 'lib/grunt/utils.js')
| -rw-r--r-- | lib/grunt/utils.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/grunt/utils.js b/lib/grunt/utils.js index 49d346a0..9e0aab99 100644 --- a/lib/grunt/utils.js +++ b/lib/grunt/utils.js @@ -295,7 +295,7 @@ module.exports = { stream: options && options.stream }; - args.push('--port=' + this.availablePorts.pop()); + args.push('--port=' + this.sauceLabsAvailablePorts.pop()); if (args.indexOf('test:e2e') !== -1 && grunt.option('e2e-browsers')) { args.push('--browsers=' + grunt.option('e2e-browsers')); |
