summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/ansible-test-units/runme.sh
blob: 3ad4ea69801280d4f0bb47576f7c319cd86558e6 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

source ../collection/setup.sh

set -x

options=$("${TEST_DIR}"/../ansible-test/venv-pythons.py)
IFS=', ' read -r -a pythons <<< "${options}"

ansible-test units --color --truncate 0 "${pythons[@]}" "${@}"