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

set -eu

source ../collection/setup.sh

set -x

ansible-test sanity --test ansible-doc --color "${@}"