-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
Individual testcases are always passed on Windows #13225
Comments
I am running into the same issue. I don't think the issue is that they always pass. Instead, it is that all tests are excluded. Also, I verified that it works properly on 1.15.7. |
josevalim
added a commit
that referenced
this issue
Jan 7, 2024
josevalim
added a commit
that referenced
this issue
Jan 7, 2024
lukaszsamson
added a commit
to elixir-lsp/vscode-elixir-ls
that referenced
this issue
Jan 19, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Elixir and Erlang/OTP versions
Operating system
Windows
Current behavior
mix test folder\file.exs:<line>
always returns exit code 0, even if the test should fail.mix test folder/file.exs:<line>
behaves correctly. (notice the separator\
vs/
)Expected behavior
On Windows,
\
separator should not cause problem.The text was updated successfully, but these errors were encountered: