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

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

Closed

Commits on Feb 21, 2018

  1. test: preserve env in test cases

    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 committed Feb 21, 2018
    Configuration menu
    Copy the full SHA
    916d981 View commit details
    Browse the repository at this point in the history