Log what specs are running

This commit is contained in:
Kevin Sawicki 2013-10-11 09:07:49 -07:00
parent a79f36cbf2
commit 091189ee79

View File

@ -17,6 +17,7 @@ module.exports = (grunt) ->
args: ['test', '-p', atomPath]
opts:
cwd: packagePath
grunt.log.writeln("Launching #{path.basename(packagePath)} specs.")
spawn options, (error, results, code) ->
passed = passed and code is 0
callback()