mirror of https://github.com/google/oss-fuzz.git
Update reproducing.md
This commit is contained in:
parent
e2d56ed3c1
commit
f50f04a786
|
@ -36,7 +36,7 @@ $ python infra/helper.py build_fuzzers --sanitizer <address/memory/undefined> $P
|
|||
```
|
||||
|
||||
## Reproducing build checks
|
||||
Our infrastructure runs some sanity tests to make sure that your build was correctly configured. To run these locally, run
|
||||
Our infrastructure runs some sanity tests to make sure that your build was correctly configured. To reproduce these locally, run:
|
||||
|
||||
```bash
|
||||
$ python infra/helper.py check_build --sanitizer <address/memory/undefined> $PROJECT_NAME $FUZZER_NAME
|
||||
|
|
Loading…
Reference in New Issue