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

Print all args properly in final report #356

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Conversation

clubby789
Copy link
Contributor

Fixes #254

When invoked with cargo-bisect-rustc, our args look like
["cargo-bisect-rustc", "--start", ...]
However, when invoked with cargo bisect-rustc, our args look like
["/path/to/cargo-bisect-rustc", "bisect-rustc", "--start", ...]

Skip past these initial arguments instead of hardcoding the index

Copy link
Collaborator

@ehuss ehuss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@ehuss ehuss merged commit 1fcdc99 into rust-lang:master Nov 12, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

'Reproduce with' output has invalid command
2 participants