Default to passing process.env to all suites in script/test

This commit is contained in:
Ash Wilson
2017-07-29 16:42:53 -04:00
parent 29005fad25
commit fa89d53c8c

View File

@@ -33,7 +33,7 @@ if (process.platform === 'darwin') {
}
function prepareEnv (suiteName) {
const env = {}
const env = Object.assign({}, process.env)
if (process.env.TEST_JUNIT_XML_ROOT) {
// Tell Jasmine to output this suite's results as a JUnit XML file to a subdirectory of the root, so that a