mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-14 04:29:04 +03:00
Log empty line after specs complete
This commit is contained in:
parent
417ea030ef
commit
c0cc002134
@ -25,6 +25,7 @@ module.exports = (grunt) ->
|
|||||||
env: _.extend({}, process.env, ATOM_PATH: rootDir)
|
env: _.extend({}, process.env, ATOM_PATH: rootDir)
|
||||||
grunt.log.writeln("Launching #{path.basename(packagePath)} specs.")
|
grunt.log.writeln("Launching #{path.basename(packagePath)} specs.")
|
||||||
spawn options, (error, results, code) ->
|
spawn options, (error, results, code) ->
|
||||||
|
grunt.log.writeln()
|
||||||
passed = passed and code is 0
|
passed = passed and code is 0
|
||||||
callback()
|
callback()
|
||||||
|
|
||||||
@ -48,6 +49,7 @@ module.exports = (grunt) ->
|
|||||||
cmd: appPath
|
cmd: appPath
|
||||||
args: ['--test', "--resource-path=#{resourcePath}", "--spec-directory=#{coreSpecsPath}"]
|
args: ['--test', "--resource-path=#{resourcePath}", "--spec-directory=#{coreSpecsPath}"]
|
||||||
spawn options, (error, results, code) ->
|
spawn options, (error, results, code) ->
|
||||||
|
grunt.log.writeln()
|
||||||
packageSpecQueue.concurrency = 2
|
packageSpecQueue.concurrency = 2
|
||||||
callback(null, code is 0)
|
callback(null, code is 0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user