Bugfix in test grunt task

This commit is contained in:
JC Brand 2013-07-30 23:39:24 +02:00
parent ce1dce629c
commit d8cf1b229e

View File

@ -78,7 +78,7 @@ module.exports = function(grunt) {
var done = this.async(); var done = this.async();
var child_process = require('child_process'); var child_process = require('child_process');
var exec = child_process.exec; var exec = child_process.exec;
exec('phantomjs '+ exec('./node_modules/.bin/phantomjs '+
'node_modules/jasmine-reporters/test/phantomjs-testrunner.js '+ 'node_modules/jasmine-reporters/test/phantomjs-testrunner.js '+
__dirname+'/tests.html', __dirname+'/tests.html',
function (err, stdout, stderr) { function (err, stdout, stderr) {