FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[v6.x backport] test: preserve env in test cases by BethGriggs · Pull Request #18883 · nodejs/node · GitHub

/ node Public

[v6.x backport] test: preserve env in test cases - #18883

Closed
BethGriggs wants to merge 1 commit into
nodejs:v6.x-stagingfrom
BethGriggs:backport-14822-to-v6.x
Closed

[v6.x backport] test: preserve env in test cases#18883
BethGriggs wants to merge 1 commit into
nodejs:v6.x-stagingfrom
BethGriggs:backport-14822-to-v6.x

Conversation

Copy link
Copy Markdown
Member

Allows env vars to be passed through to child processes. This is needed for
things like NODE_TEST_DIR or LD_LIBRARY_PATH if testing the shared library.

Refs: #13390

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows [commit guidelines]
Affected core subsystem(s)

test

Original PR: #14822

nodejs-github-bot added test Issues and PRs related to the tests. v6.x labels Feb 20, 2018
BethGriggs force-pushed the backport-14822-to-v6.x branch from 562d1b7 to 332a31a Compare February 21, 2018 13:23

gibfahn commented Feb 21, 2018

Copy link
Copy Markdown
Member

Allows env vars to be passed through to child processes. This is needed
for things like NODE_TEST_DIR or LD_LIBRARY_PATH if testing the shared
library.

PR-URL: nodejs#14822
Refs: nodejs#13390
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
BethGriggs force-pushed the backport-14822-to-v6.x branch from 332a31a to 916d981 Compare February 21, 2018 15:12

gibfahn commented Feb 21, 2018
edited
Loading

Copy link
Copy Markdown
Member

CI 2: https://ci.nodejs.org/job/node-test-commit/16407/

EDIT: CI is green

BethGriggs closed this Feb 21, 2018
BethGriggs deleted the backport-14822-to-v6.x branch February 21, 2018 15:34
BethGriggs reopened this Feb 21, 2018
BethGriggs restored the backport-14822-to-v6.x branch February 21, 2018 15:36

Copy link
Copy Markdown
Contributor

landed in fdf73b1

MylesBorins pushed a commit that referenced this pull request Feb 27, 2018
Allows env vars to be passed through to child processes. This is needed
for things like NODE_TEST_DIR or LD_LIBRARY_PATH if testing the shared
library.

Backport-PR-URL: #18883
PR-URL: #14822
Refs: #13390
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
BethGriggs deleted the backport-14822-to-v6.x branch July 9, 2018 09:32
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

test Issues and PRs related to the tests.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL