-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Fix git clone test on non-English locale #8843
Fix git clone test on non-English locale #8843
Conversation
IMO it doesnt make a lot of sense for Suggest that it would be preferable to use |
8e02c18
to
e38341b
Compare
I made the changes, @dimbleby. |
|
e38341b
to
464c392
Compare
Thank you, @dimbleby |
and how about redirecting stdout? does the code as written write the output to the terminal? |
464c392
to
2c9620b
Compare
stdout is now redirected to devnull. |
2c9620b
to
424195d
Compare
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Pull Request Check List
When running tests using a non-English locale
vcs.git.test_system.TestSystemGit
test fails because git uses localized messages in its output.To reproduce run:
This PR fixes the issue by ignoring any output from git commands.