test: copy addons .gitignore to test/abort/#32624
test: copy addons .gitignore to test/abort/#32624addaleax wants to merge 1 commit intonodejs:masterfrom
Conversation
`cp test/addons/.gitignore test/abort/.gitignore`, because the new addon test in there leaves a build/ folder lying around and somebody is bound to use `git add .` earlier or later. Refs: nodejs#31740
|
Please 👍 this comment to approve fast-tracking |
|
Fwiw I don’t think that new test will be run on the CI because the test configuration won’t find it. But that’s one for a follow up PR. |
Yeah the new test wasn't being run and AFAICT it's broken: #31740 (comment) |
Believe I've fixed up the test: #32626 |
|
Landed in cf659c8 |
`cp test/addons/.gitignore test/abort/.gitignore`, because the new addon test in there leaves a build/ folder lying around and somebody is bound to use `git add .` earlier or later. Refs: #31740 PR-URL: #32624 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
`cp test/addons/.gitignore test/abort/.gitignore`, because the new addon test in there leaves a build/ folder lying around and somebody is bound to use `git add .` earlier or later. Refs: #31740 PR-URL: #32624 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
`cp test/addons/.gitignore test/abort/.gitignore`, because the new addon test in there leaves a build/ folder lying around and somebody is bound to use `git add .` earlier or later. Refs: #31740 PR-URL: #32624 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
`cp test/addons/.gitignore test/abort/.gitignore`, because the new addon test in there leaves a build/ folder lying around and somebody is bound to use `git add .` earlier or later. Refs: #31740 PR-URL: #32624 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
cp test/addons/.gitignore test/abort/.gitignore, because the newaddon test in there leaves a build/ folder lying around and somebody
is bound to use
git add .earlier or later.Refs: #31740
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes