Welcome to mirror list, hosted at ThFree Co, Russian Federation.

79263-runme-sh-logging-3cb482385bd59058.yaml « fragments « changelogs - github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a5bc88ffe39d0bcde0859795bd8c478ed7639836 (plain)
1
2
3
4
5
6
7
8
9
10
---

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>`__.

...