commit | 9c6dc90093a2c3b87728cd7a3e03a292a86a5d6f | [log] [tgz] |
---|---|---|
author | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Mon Jan 17 22:55:27 2022 +0300 |
committer | Paul Sokolovsky <paul.sokolovsky@linaro.org> | Mon Jan 17 22:58:36 2022 +0300 |
tree | 1e4ad67b1bc8f055c715e67f26e033c4e543676f | |
parent | a562c885ed5d62307f03abeb1ea884972522a353 [diff] |
builders.sh: Run individual build.sh scripts with -x flags builders.sh itself has "set -ex", but as soon as we call into per-image build scripts, useful tracing stops. Instead of patching all the individual scripts, just run them with "bash -x" (as the name "build.sh" suggests, it should be a shell script, so interpreting it with bash shouldn't be a regression). Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Change-Id: I0ed79bc42f1931a6d3db454156540c52b15505ea