mirror of
https://github.com/atom/atom.git
synced 2026-01-26 07:19:06 -05:00
Remove stdout noise
This commit is contained in:
@@ -48,8 +48,6 @@ module.exports = ({logFile, headless, testPaths, buildAtomEnvironment}) ->
|
||||
fileBase = path.basename(process.env.TEST_JUNIT_XML_PATH, '.xml')
|
||||
|
||||
jasmineEnv.addReporter new JasmineJUnitReporter(outputDir, true, false, fileBase, true)
|
||||
else
|
||||
process.stdout.write "No JUnit XML\n"
|
||||
|
||||
jasmineEnv.setIncludedTags([process.platform])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user