cargo-bisect-rustc icon indicating copy to clipboard operation
cargo-bisect-rustc copied to clipboard

Display command that is being run

Open ehuss opened this issue 1 year ago • 1 comments

It can be helpful if the full command that is being executed is displayed, which can help with debugging issues (such as #284).

I would recommend showing the command with --verbose, along with the environment variables that are set.

ehuss avatar Feb 13 '24 16:02 ehuss

Edit: Would be good for --verbose (or -vv) to show the output as well, possibly. It seems --prompt does that a bit, for some reason, #333

Currently trying to bisect a regression in rustc's error output that I found with trybuild, have no idea what cargo-bisect-rustc is doing but it says ERROR: the start of the range (nightly-2024-03-01) must not reproduce the regression even though manually running the command cargo +nightly-2024-03-01 test -p hydroflow --test surface_compile_fail passes as expected. Not sure if trybuild is using the right rust version with bisect. I guess I'll try using --prompt

MingweiSamuel avatar Apr 11 '24 18:04 MingweiSamuel