-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
test: copy addons .gitignore to test/abort/ #32624
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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
`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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
`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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
`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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
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