commit | 723a8fcf364e57decdde906cf1af62b08b76e5d5 | [log] [tgz] |
---|---|---|
author | Benjamin Gwin <bgwin@google.com> | Thu Aug 11 15:42:15 2022 -0700 |
committer | Johan Hedberg <johan.hedberg@gmail.com> | Sun May 19 10:57:16 2024 +0300 |
tree | 858e01eb89dcd3fc427b1bb4ee7279dba4b9ea3a | |
parent | 0ca7ef78bc50bfce622a801a599e40ae0960b9ee [diff] |
twister: Add logging of stderr for BinaryHandlers In the case where a test causes the test executor to crash, the stderr is currently lost, making it hard to debug failures. This changes it so that the process' stderr gets captured to 'handler_stderr.log' for inspection. Signed-off-by: Benjamin Gwin <bgwin@google.com>