mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Log what specs are running
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user