diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-05-23 13:06:10 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-05-23 13:06:10 -0400 |
| commit | 24d12143463c9be51feefd65837821c037ec4005 (patch) | |
| tree | 08dde611ed0a9f4febd278b719f6bbfe802d9a9c /doc/cmd.rst | |
| parent | 01cbb8751f98e5a7de79699444cbc03647691616 (diff) | |
| download | python-coveragepy-git-24d12143463c9be51feefd65837821c037ec4005.tar.gz | |
COVERAGE_DEBUG_FILE accepts "stdout" and "stderr"
Diffstat (limited to 'doc/cmd.rst')
| -rw-r--r-- | doc/cmd.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index 111d1274..b4bf41ab 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -594,3 +594,5 @@ a comma-separated list of these options. The debug output goes to stderr, unless the ``COVERAGE_DEBUG_FILE`` environment variable names a different file, which will be appended to. +``COVERAGE_DEBUG_FILE`` accepts the special names ``stdout`` and ``stderr`` to +write to those destinations. |
