mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Default to passing process.env to all suites in script/test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user