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

set -eux

ANSIBLE_ROLES_PATH=../ ansible-playbook setup.yml

python test-cli.py

ansible-playbook test_syntax/syntax_check.yml --syntax-check -i ../../inventory -v "$@"