mirror of
https://github.com/atom/atom.git
synced 2026-01-27 07:47:58 -05:00
Write to stdout instead of stderr
This commit is contained in:
@@ -43,10 +43,10 @@ module.exports = ({logFile, headless, testPaths, buildAtomEnvironment}) ->
|
||||
|
||||
if process.env.TEST_JUNIT_XML_PATH
|
||||
require 'jasmine-reporters'
|
||||
process.stderr.write "Outputting JUnit XML to <#{process.env.TEST_JUNIT_XML_PATH}>\n"
|
||||
process.stdout.write "Outputting JUnit XML to <#{process.env.TEST_JUNIT_XML_PATH}>\n"
|
||||
jasmineEnv.addReporter new jasmine.JUnitXmlReporter(process.env.TEST_JUNIT_XML_PATH, true, true)
|
||||
else
|
||||
process.stderr.write "No JUnit XML\n"
|
||||
process.stdout.write "No JUnit XML\n"
|
||||
|
||||
jasmineEnv.setIncludedTags([process.platform])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user