We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
~/.cargo/config
When testing Cargo itself, it picks up configuration from ~/.cargo/config which may cause some test to fail.
Cargo
We probably want to fix it, but I can't concoct a non ugly way do do this. An ugly way would be to set a __CARGO_TEST_STOP_AT environmental variable.
__CARGO_TEST_STOP_AT
The text was updated successfully, but these errors were encountered:
Yeah I'd be ok w/ an ugly env var for now, it'd at least get the job done.
Sorry, something went wrong.
Don't read ~/.cargo/config in tests
290f6ab
Closes rust-lang#3863
Auto merge of #3869 - matklad:test-isolation, r=alexcrichton
afeed88
Don't read ~/.cargo/config in tests Closes #3863 r? @alexcrichton
Successfully merging a pull request may close this issue.
When testing
Cargo
itself, it picks up configuration from~/.cargo/config
which may cause some test to fail.We probably want to fix it, but I can't concoct a non ugly way do do this. An ugly way would be to set a
__CARGO_TEST_STOP_AT
environmental variable.The text was updated successfully, but these errors were encountered: