mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-12-28 17:13:45 +03:00
Log what specs are running
This commit is contained in:
parent
a79f36cbf2
commit
091189ee79
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user