Uh oh!
There was an error while loading. Please reload this page.
docs: add steps for running addons + npm tests - #6231
Conversation
35b17f5 to
f0f6276Comparebnoordhuis
commented
Apr 15, 2016
LGTM but s/docs:/doc:/ in the commit log. |
f0f6276 to
550d2acCompareMylesBorins
commented
Apr 15, 2016
via email
updated |
There was a problem hiding this comment.
This doesn't render correctly. Try viewing the rendered version.
7ffeb2d to
4ff78d5CompareFishrock123
commented
Apr 15, 2016
LGTM |
There was a problem hiding this comment.
Why not put this in a text block like the others?
There was a problem hiding this comment.
v5 > all use the internal npm to run the tests. No need to install.
jasnell
commented
Apr 15, 2016
LGTM with a nit |
mhdawson
commented
Apr 15, 2016
I'm not sure we want to require a make install to be able to run the tests. We've had this break in the past and have fixed it |
MylesBorins
commented
Apr 15, 2016
afaik this has always been the case for npm2 and fixing it is non trivial |
MylesBorins
commented
Apr 18, 2016
@mhdawson have your opinions on this pr changed? |
mhdawson
commented
Apr 18, 2016
Just talking to Richard to understand what the issue he was seeing and to understand if there is any other work around besides running make install. If there is one we might want to include in the docs as well. |
7da4fd4 to
c7066fbCompareMylesBorins
commented
Apr 27, 2016
@mhdawson any movement on this? |
mhdawson
commented
May 9, 2016
Sorry, should have commented earlier. Since it reflects what is currently the case I think we should go ahead and land, and if we decide to change anything in 4.X at some point we can update then. LGTM. |
4ff78d5 to
e2b44c3CompareCurrently we do not document how to run the test suite for native modules or for npm. This commit updates BUILDING.md with the information needed to do so. It includes a caveat about Node v4 and earlier requiring `make install` to be run before running the npm test suite. PR-URL: nodejs#6231 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
e2b44c3 to
10a60a1CompareCurrently we do not document how to run the test suite for native modules or for npm. This commit updates BUILDING.md with the information needed to do so. It includes a caveat about Node v4 and earlier requiring `make install` to be run before running the npm test suite. PR-URL: #6231 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Currently we do not document how to run the test suite for native modules or for npm. This commit updates BUILDING.md with the information needed to do so. It includes a caveat about Node v4 and earlier requiring `make install` to be run before running the npm test suite. PR-URL: #6231 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Currently we do not document how to run the test suite for native modules or for npm. This commit updates BUILDING.md with the information needed to do so. It includes a caveat about Node v4 and earlier requiring `make install` to be run before running the npm test suite. PR-URL: #6231 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Currently we do not document how to run the test suite for native
modules or for npm. This commit updates BUILDING.md with the
information needed to do so. It includes a caveat about Node v4
and earlier requiring
make installto be run before running the npmtest suite.