Skip to content

Commit

Permalink
Update reproducing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dor1s authored Nov 19, 2018
1 parent 3702af9 commit 76686d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reproducing.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ $ python infra/helper.py build_image $PROJECT_NAME
$ python infra/helper.py build_fuzzers --sanitizer <address/memory/undefined> --engine <libfuzzer/afl/honggfuzz> $PROJECT_NAME
$ python infra/helper.py check_build --sanitizer <address/memory/undefined> --engine <libfuzzer/afl/honggfuzz> $PROJECT_NAME <fuzz_target_name>
```

For reproducing a `coverage` build failure, follow [Code Coverage page](code_coverage.md) to build your project and generate a code coverage report.

1 comment on commit 76686d0

@Dor1s
Copy link
Contributor Author

@Dor1s Dor1s commented on 76686d0 Nov 19, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, forgot to change the CL description, committed with a default one.

Please sign in to comment.