commit | 993d663c7f8b6b966567fcd83f53556279838039 | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Mon Jul 29 17:38:00 2024 +0300 |
committer | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Tue Aug 06 13:52:28 2024 +0200 |
tree | 0007a56285c747c55fc9a61a0b637b3923f7621d | |
parent | dc70340b941a9894e4a7d88d3d8afde9f1d36da8 [diff] |
expect-post-runner.sh: Disable backtracing This script sources utils.sh, which automatically enables shell backtracing support on any error (i.e. subcommand exiting with non-0 status). But expect-post-runner.sh handles exit codes itself, and not intended to terminate on first non-0 code, so disable "ERR" trap, used for backtracing. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Change-Id: I5ae9959914af4573d8aede47ac8cc93106733759