Skip to content

tools: fix test.py --shell - #26449

Closed
hashseed wants to merge 1 commit into
nodejs:masterfrom
hashseed:fixshell
Closed

tools: fix test.py --shell#26449
hashseed wants to merge 1 commit into
nodejs:masterfrom
hashseed:fixshell

Conversation

@hashseed

Copy link
Copy Markdown
Member

This fixes the necessary plumbing to make the --shell argument
have its intended effect.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@nodejs-github-botnodejs-github-bot added test Issues and PRs related to the tests. tools Issues and PRs related to the tools directory. labels Mar 5, 2019
Comment threadtools/test.py Outdated

@refackrefack left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

😍
I have this TODO written down in 5 separate places

@refackrefack added the python PRs and issues that require attention from people who are familiar with Python. label Mar 5, 2019
@BridgeAR

Copy link
Copy Markdown
Member

@BridgeARBridgeAR added the author ready PRs that have at least one approval, no pending requests for changes, and a CI started. label Mar 5, 2019
This fixes the necessary plumbing to make the --shell argument
have its intended effect.
@hashseed

Copy link
Copy Markdown
MemberAuthor

Started a new CI after fixing the nit: https://ci.nodejs.org/job/node-test-pull-request/21249/

danbev pushed a commit to danbev/node that referenced this pull request Mar 8, 2019
This fixes the necessary plumbing to make the --shell argument
have its intended effect.
PR-URL: nodejs#26449
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
@danbev

Copy link
Copy Markdown
Contributor

Landed in ede1a7c.

@danbevdanbev closed this Mar 8, 2019
BridgeAR pushed a commit to BridgeAR/node that referenced this pull request Mar 12, 2019
This fixes the necessary plumbing to make the --shell argument
have its intended effect.
PR-URL: nodejs#26449
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
BridgeAR pushed a commit that referenced this pull request Mar 14, 2019
This fixes the necessary plumbing to make the --shell argument
have its intended effect.
PR-URL: #26449
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
BethGriggs pushed a commit that referenced this pull request Apr 16, 2019
This fixes the necessary plumbing to make the --shell argument
have its intended effect.
PR-URL: #26449
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
@BethGriggsBethGriggs mentioned this pull request May 1, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.pythonPRs and issues that require attention from people who are familiar with Python.testIssues and PRs related to the tests.toolsIssues and PRs related to the tools directory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants

@hashseed@nodejs-github-bot@BridgeAR@danbev@refack@richardlau@mihalskiy@timofeichaplinskiy