More diagnostics

This commit is contained in:
Ash Wilson
2017-07-31 14:18:08 -04:00
parent ca4f372c88
commit 2574ca5736

View File

@@ -11,6 +11,9 @@ module.exports = ({logFile, headless, testPaths, buildAtomEnvironment}) ->
require 'jasmine-reporters'
console.log "Producing JUnit XML output at #{process.env.TEST_JUNIT_XML_PATH}."
jasmine.getEnv().addReporter new jasmine.JUnitXmlReporter(process.env.TEST_JUNIT_XML_PATH, true, true)
else
console.log "TEST_JUNIT_XML_PATH was falsy"
console.log require('util').inspect process.env
# Allow document.title to be assigned in specs without screwing up spec window title
documentTitle = null