summaryrefslogtreecommitdiff
path: root/test/integration/targets/test_core/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/test_core/runme.sh')
-rwxr-xr-xtest/integration/targets/test_core/runme.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/test_core/runme.sh b/test/integration/targets/test_core/runme.sh
index c20c174132..5daa5fe96f 100755
--- a/test/integration/targets/test_core/runme.sh
+++ b/test/integration/targets/test_core/runme.sh
@@ -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 "${@}"