diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-03-05 16:06:15 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-03-06 09:32:18 +0100 |
commit | 48eb2af68a0258fcee49633934ddb67806cb5e98 (patch) | |
tree | b9f0933dc367b2125b81e570c166c867204b1a0e /docs | |
parent | fuzz-main: allow the number of runs to be overridden (diff) | |
download | systemd-48eb2af68a0258fcee49633934ddb67806cb5e98.tar.xz systemd-48eb2af68a0258fcee49633934ddb67806cb5e98.zip |
docs: document fuzzer variables
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ENVIRONMENT.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/ENVIRONMENT.md b/docs/ENVIRONMENT.md index ab10a4fc7e..ad2d3ad84b 100644 --- a/docs/ENVIRONMENT.md +++ b/docs/ENVIRONMENT.md @@ -301,3 +301,15 @@ installed systemd tests: * `$SYSTEMD_SYSVRCND_PATH` — Controls where `systemd-sysv-generator` looks for SysV init script runlevel link farms. + +fuzzers: + +* `$SYSTEMD_FUZZ_OUTPUT` — A boolean that specifies whether to write output to + stdout. Setting to true is useful in manual invocations, since all output is + suppressed by default. + +* `$SYSTEMD_FUZZ_RUNS` — The number of times execution should be repeated in + manual invocations. + +Note that is may be also useful to set `$SYSTEMD_LOG_LEVEL`, since all logging +is suppressed by default. |