Skip to content

Commit

Permalink
extra debugging to map existing branch use
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cook committed Jul 24, 2014
1 parent 49a4b41 commit 4c98176
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = function(grunt) {
reporter: 'spec',
timeout: 20000
},
dev: {
e2e: {
options: {
files: ['test/*.js']
}
Expand All @@ -57,7 +57,7 @@ module.exports = function(grunt) {
},

connect: {
dev: {
e2e: {
options: {
port: 9000,
base: 'test/fixtures',
Expand All @@ -84,8 +84,8 @@ module.exports = function(grunt) {
'selenium_start' ,
'selenium_stop' ,
'selenium_phantom_hub',
'connect',
'mochacli',
'connect:e2e',
'mochacli:e2e',
'selenium_stop']);

// By default, lint and run all tests.
Expand Down
2 changes: 1 addition & 1 deletion tasks/selenium_webdriver.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var spawn = require('child_process').spawn,
seleniumServerProcess = null,
phantomProcess = null,
fs = require('fs' ),
os = require('fs' );
os = require('os' );

console.log ('Current location: [' + __dirname + ']' +
'Environment: [' + os.type() + ',' +
Expand Down

0 comments on commit 4c98176

Please sign in to comment.