Skip to content
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

Cargo: produce deterministic filenames for build --test and test --no-run #27923

Closed
bruno-medeiros opened this issue Aug 20, 2015 · 2 comments
Closed

Comments

@bruno-medeiros
Copy link

I'm doing IDE integration, and I want my IDE to be able to debug the test binaries - for which the IDE has to launch those programs itself, it shouldn't use cargo test. However (unlike --binfor example) neither build --test nor test --no-run produce a deterministic filename, but something random like test1-748b2ca97d589628.exe.

@steveklabnik
Copy link
Member

Hey @bruno-medeiros ! There's actually a separate tracker for Cargo, over at https://github.com/rust-lang/cargo/issues/new, would you mind filing this over there please? thanks!

@bruno-medeiros
Copy link
Author

My bad.
rust-lang/cargo#1924

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants