summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2020-05-17 19:35:49 +0100
committerspuiuk <sachin.prabhu@gmail.com>2020-05-19 10:58:43 +0100
commit15b8f6179f204c4ee3cce755e7fcc4498e0fe9d3 (patch)
tree1ca06972c3c73f503057873a7324b4ba1fea2f9c
parent20b5bd446572dbe2c45322a0611ec2553809fa56 (diff)
downloadsamba-integration-15b8f6179f204c4ee3cce755e7fcc4498e0fe9d3.tar.gz
samba-integration-15b8f6179f204c4ee3cce755e7fcc4498e0fe9d3.tar.xz
samba-integration-15b8f6179f204c4ee3cce755e7fcc4498e0fe9d3.zip
Human readable output on failure in running tests
Failure in running tests should result in human readable output. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
-rw-r--r--vagrant/ansible/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant/ansible/Makefile b/vagrant/ansible/Makefile
index 558338e..72d1176 100644
--- a/vagrant/ansible/Makefile
+++ b/vagrant/ansible/Makefile
@@ -14,7 +14,7 @@ setup.clients:
@ansible-playbook -i $(INVENTORY) ${ANSIBLE_EXTRA_VARS} ./setup-clients.yml
client.test:
- @ansible-playbook -i $(INVENTORY) ${ANSIBLE_EXTRA_VARS} ./client-test.yml
+ @ANSIBLE_STDOUT_CALLBACK=debug ansible-playbook -i $(INVENTORY) ${ANSIBLE_EXTRA_VARS} ./client-test.yml
setup.site: setup.cluster setup.clients client.test