aboutsummaryrefslogtreecommitdiff
path: root/infra/base-images/base-runner/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'infra/base-images/base-runner/README.md')
-rw-r--r--infra/base-images/base-runner/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/base-images/base-runner/README.md b/infra/base-images/base-runner/README.md
index 94f793677..734d5877e 100644
--- a/infra/base-images/base-runner/README.md
+++ b/infra/base-images/base-runner/README.md
@@ -11,7 +11,7 @@ docker run -ti gcr.io/oss-fuzz-base/base-runner <command> <args>
|---------|-------------|
| `reproduce <fuzzer_name> <fuzzer_options>` | build all fuzz targets and run specified one with testcase `/testcase` and given options.
| `run_fuzzer <fuzzer_name> <fuzzer_options>` | runs specified fuzzer combining options with `.options` file |
-| `test_all` | runs every binary in `/out` as a fuzzer for a while to ensure it works. |
+| `test_all.py` | runs every binary in `/out` as a fuzzer for a while to ensure it works. |
# Examples