-
Notifications
You must be signed in to change notification settings - Fork 55
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
bisecting broken: Script returned error
#343
Comments
Can you say more about what the issue is? It looks like the start of your range is either failing to compile, or emitting the "query stack" message. What are the contents of |
Ooh, did only the CBR output change? |
Yea, instead of saying "Yes" or "No", it tells you what happened at each step. |
would be clearer if it would also say the exit code imo, something like |
Yea, it would be nice to include the exit code. I'm not sure how difficult that will be since the code that renders the message may not have access to the exit code. |
I have a script like
which returns 1 or 0 depending on whether rustc says "query stack" while processing a file.
When I try to run this after the update
cargo-bisect-rustc --preserve --script=/home/matthias/vcs/github/rust_bisect/script.sh --test-dir=/home/matthias/vcs/github/rust_bisect/foo --start 2024-06-15
CBR just quits:
cc @ehuss
cargo-bisect-rustc 0.6.9
The text was updated successfully, but these errors were encountered: