Update reproducing.md

This commit is contained in:
Oliver Chang 2018-05-10 14:06:54 +10:00 committed by GitHub
parent 15cd1dacd7
commit e2d56ed3c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ $ python infra/helper.py build_fuzzers --sanitizer <address/memory/undefined> $P
Our infrastructure runs some sanity tests to make sure that your build was correctly configured. To run these locally, run
```bash
$ python infra/helper.py check_build $PROJECT_NAME $FUZZER_NAME
$ python infra/helper.py check_build --sanitizer <address/memory/undefined> $PROJECT_NAME $FUZZER_NAME
```
## Reproducing bugs