Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debug mode tests #3293

Closed
wants to merge 3 commits into from
Closed

Conversation

bnoordhuis
Copy link
Member

Refs #3280.

R=@orangemocha

I'll spruce up the commit logs but this is the basic idea of what I mentioned here.

@silverwind silverwind added the build Issues and PRs related to build files or the CI. label Oct 9, 2015
@@ -1304,7 +1304,7 @@ def ProcessOptions(options):
global VERBOSE
VERBOSE = options.verbose
options.arch = options.arch.split(',')
options.mode = options.mode.split(',')
options.mode = options.mode.lower().split(',') # 'Release' => 'release'.
Copy link
Member

Choose a reason for hiding this comment

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

I'm not sure this comment really adds value here

Copy link
Member Author

Choose a reason for hiding this comment

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

I figured that it wasn't entirely obvious from context what options.mode is and why it needs to be lower-cased. I can remove it if you feel strongly about it.

Copy link

Choose a reason for hiding this comment

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

'Release' => ['release']?

@rvagg
Copy link
Member

rvagg commented Oct 12, 2015

There's a few others in there that could have $(NODE_EXE) replaced with $(NODE), like test-npm and others with test in their name

@orangemocha
Copy link
Contributor

@bnoordhuis good stuff. Changes generally LGTM, though the add-ons tests still need to be fixed.
I have verified that vcbuild.bat doesn't need to be changed.

Prototype job run here: https://ci.nodejs.org/job/orangemocha-test-commit-linux/2/ (still pending)

@jasnell
Copy link
Member

jasnell commented Mar 22, 2016

@bnoordhuis ... ping

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI. stalled Issues and PRs that are stalled.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants