summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/cli/runme.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/targets/cli/runme.sh')
-rwxr-xr-xtest/integration/targets/cli/runme.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/integration/targets/cli/runme.sh b/test/integration/targets/cli/runme.sh
new file mode 100755
index 0000000..c4f0867
--- /dev/null
+++ b/test/integration/targets/cli/runme.sh
@@ -0,0 +1,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 "$@"