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/test/integration/targets/ansible-test-integration-no.../runme.sh

10 lines
246 B
Bash

#!/usr/bin/env bash
source ../collection/setup.sh
set -x +o pipefail
ansible-test integration --venv --color --truncate 0 "${@}" 2>&1 | grep "Unable to run non-executable script"
echo "SUCCESS: Non-executable script error correctly handled."