summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-test-config-invalid/runme.sh
blob: 6ff2d4067bc2f45f1f0bd4ad7ae221eb5f619775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash
# Make sure that ansible-test continues to work when content config is invalid.

set -eu

source ../collection/setup.sh

set -x

ansible-test sanity --test import --python "${ANSIBLE_TEST_PYTHON_VERSION}" --color --venv -v
ansible-test units  --python "${ANSIBLE_TEST_PYTHON_VERSION}" --color --venv -v
ansible-test integration --color --venv -v