From 2293c3e8be99f9f9e4768b4b0876e5b16d5c69aa Mon Sep 17 00:00:00 2001 From: Chengzhong Wu Date: Wed, 17 Aug 2022 04:00:46 +0000 Subject: [PATCH] doc,report: document special filenames Filenames `stdout` and `stderr` have special meanings when writing the report. --- doc/api/cli.md | 3 +++ doc/api/process.md | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/doc/api/cli.md b/doc/api/cli.md index dd7cbbd12fc1b2..e16fdbddd2b958 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1064,6 +1064,9 @@ changes: Name of the file to which the report will be written. +If the filename is set to `'stdout'` or `'stderr'`, the report is written to +the stdout or stderr of the process respectively. + ### `--report-on-fatalerror`