aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorGravatar Oliver Chang <oliverchang@users.noreply.github.com>2018-05-18 15:20:52 -0700
committerGravatar GitHub <noreply@github.com>2018-05-18 15:20:52 -0700
commitcae14e317b8242bdd2f9ef372fae5c1453f0ed9f (patch)
tree682705c57b5a69256ed230a197d403042655e587 /docs
parent6428bf6611f490b06bf1a322b04834942cc210f5 (diff)
Update reproducing.md
Diffstat (limited to 'docs')
-rw-r--r--docs/reproducing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reproducing.md b/docs/reproducing.md
index 3fea02a6..6fe48298 100644
--- a/docs/reproducing.md
+++ b/docs/reproducing.md
@@ -76,7 +76,7 @@ $ python infra/helper.py reproduce $PROJECT_NAME <fuzz_target_name> <testcase_pa
- *Submit fix*. Submit the fix in the project's repository. ClusterFuzz will automatically pick up the changes, recheck the testcase and will close the issue (in &lt; 1 day).
- *Improve fuzzing support*. Consider [improving fuzzing support](ideal_integration.md) in your project's build and test system.
-## Reproducing build checks
+## Reproducing build failures
Our infrastructure runs some sanity tests to make sure that your build was correctly configured, even if it succeeded. To reproduce these locally, run:
```bash