You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/79263-runme-sh-logging-3cb4...

11 lines
309 B
YAML

---
trivial:
- >-
integration tests — added command invocation logging via ``set -x``
to ``runme.sh`` scripts where it was missing and improved failing
fast in those scripts that use pipes (via ``set -o pipefail``).
See `PR #79263` https://github.com/ansible/ansible/pull/79263>`__.
...