From 265f0b52253ffe63715e69b5ba0b0092a8b1fb0f Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Tue, 17 Sep 2013 13:38:52 +0100 Subject: fix(build): get promise A+ tests to run on windows --- Gruntfile.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index 40ffbd4e..a710ac9d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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 @@ -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') } }, -- cgit v1.2.3