Skip to content

Conversation

@macobo
Copy link

@macobo macobo commented Feb 4, 2016

For some reason the test suite needs to have cwd set to root dir. This needs to be explicit because of some change some other PR made.

if (configs && configs.length) {
return configs.map(function (conf) {
return assignSpawnWith(objectAssign(clone(options), conf));
var startupConfig = setDefaults(objectAssign(clone(options), conf));
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure why this is correct btw - this gives config values higher priority than cli flags. Surely this should be reversed?

@kibertoad
Copy link
Contributor

@macobo Is this still relevant? What was broken about the build?

@macobo
Copy link
Author

macobo commented Jan 5, 2019

@kibertoad Not sure; I think I was trying to build from source years ago and ran into this issue.

If everything is stable, feel free to close this PR.

@kibertoad
Copy link
Contributor

Thank you for clarification!

@kibertoad kibertoad closed this Jan 5, 2019
@kibertoad kibertoad reopened this Jan 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants