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

Commit

Permalink
fix(build): get promise A+ tests to run on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
petebacondarwin committed Sep 17, 2013
1 parent 4aa9d2a commit 265f0b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
var files = require('./angularFiles').files;
var util = require('./lib/grunt/utils.js');
var path = require('path');

module.exports = function(grunt) {
//grunt plugins
Expand Down Expand Up @@ -235,7 +236,7 @@ module.exports = function(grunt) {
stderr:true,
failOnError:true
},
command:'./node_modules/.bin/promises-aplus-tests tmp/promises-aplus-adapter++.js'
command:path.normalize('./node_modules/.bin/promises-aplus-tests tmp/promises-aplus-adapter++.js')
}
},

Expand Down

0 comments on commit 265f0b5

Please sign in to comment.