Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disarm drop bombs for unexecuted test Cargo commands
The code for running tests uses a custom command machinery because it streams the output of the command. We thus need to mark the command as executed in a dry run, to avoid a drop bomb panic.
- Loading branch information