summaryrefslogtreecommitdiff
path: root/test/integration/targets/ansible-test-sanity/runme.sh
blob: 92584958301d28cba726c91e7a658b9c31057e03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

set -eux

ansible-test sanity --color --allow-disabled -e "${@}"

set +x

source ../collection/setup.sh

set -x

ansible-test sanity --color --truncate 0 "${@}"