bolero icon indicating copy to clipboard operation
bolero copied to clipboard

`cargo bolero repro` command?

Open Ekleog opened this issue 1 year ago • 2 comments

I can't find a way to repro a single fuzzer crash from the cargo bolero command line.

Am I missing something, or should we add such a way, eg. cargo bolero repro [fuzzer] [crash-artifact]?

Currently, the best I found is to use cargo test: it compiles much faster and starts by testing the fuzzer crashes, but even it actually tests all the fuzzer crashes and corpus, and not just the one I'd like to test; which slows down the edit-compile-test cycle

Ekleog avatar Jan 22 '23 21:01 Ekleog