-
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
meta: replace build-windows for test-windows #50519
Conversation
Review requested:
|
|
@targos This test is probably failing because of this error:
But I didn't find a way to get that error message, at least when I print the error returned by
If I try to inspect the message:
Is just a generic error in Portuguese about WSL, so I don't think searching and testing for By the way, the CI is green because I stopped calling the |
Is it okay to remove a part of the test? Based on #50519 (comment), I don't think that test will run on Github CI, that test doesn't even run on my machine. Basically, we just need to remove the part that is testing |
No. We need to install Git bash. It's a requirement for running the tests: https://github.com/nodejs/node/blob/main/BUILDING.md#option-1-manual-install |
@targos Bash is already installed: https://github.com/nodejs/node/actions/runs/6751686476/job/18356112178?pr=50519#step:4:50 As I mentioned on #50519 (comment), I don't think the test will be able to run when I suspect the environment we run the tests doesn't have the
|
85b0a66
to
346cc37
Compare
This needs a rebase. |
const skipPaths = [ | ||
// Skip bash from WSL because of | ||
// https://github.com/nodejs/node/pull/50519#issuecomment-1791806986 | ||
'usr\\bin\\bash.exe', | ||
]; | ||
|
||
// Test Bash (Git), if available |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is only part of the problem, it keeps failing when testing cmd
Closing this one since I have no clue on how I should properly fix those issues on Win :/ |
Closes #50489
As the reference to build and test, I used the following files: