mirror of https://github.com/ansible/ansible.git
[2.12] Log `runme.sh` execution in integration tests (#79284)
* Log `runme.sh` execution in integration tests (#79263) * Log `runme.sh` execution in integration tests This patch adds `set -x` where it's missing in the integration tests. It also enables `pipefail` in `runme.sh` scripts that use pipes. * Add a change note for PR #79263 (cherry picked from commitpull/79327/head6674c43edd) * Delete a bad PR #79263 change note (cherry picked from commit9cfb3f73e8)
parent
78fdb7a35c
commit
bec2592795
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -eu
|
||||
set -eux
|
||||
|
||||
ANSIBLE_ROLES_PATH=../ ansible-playbook --vault-password-file vault-password runme.yml -i inventory "${@}"
|
||||
|
||||
Loading…
Reference in New Issue