From 4394cb900d107579ada427c5542b6c644243479f Mon Sep 17 00:00:00 2001 From: Abhishek Arya Date: Thu, 2 Feb 2017 18:45:39 -0800 Subject: [PATCH] Update README.md --- infra/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/README.md b/infra/README.md index 14c27c9fd..a8635d815 100644 --- a/infra/README.md +++ b/infra/README.md @@ -24,4 +24,5 @@ Continuous Integration infrastracture: | `build_fuzzers` | Builds fuzz targets for a given project | | `run_fuzzer` | Runs a fuzz target in a docker container | | `coverage` | Runs a fuzz target in a docker container and computes a coverage report | +| `reproduce` | Runs a testcase to reproduce a crash | | `shell` | Starts a shell inside the docker image for a project |