summaryrefslogtreecommitdiffstats
path: root/vagrant
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2020-05-17 17:43:10 +0100
committerMichael Adam <obnox@samba.org>2020-05-18 13:05:50 +0200
commit0d3a7d0697bf0fc9b011c7bff512be2a0364817c (patch)
tree53c02856d5f86c493420407911d292b2be8050da /vagrant
parent9d1638757ddab05ebaca2248c28fd57830a2c4f4 (diff)
downloadsamba-integration-0d3a7d0697bf0fc9b011c7bff512be2a0364817c.tar.gz
samba-integration-0d3a7d0697bf0fc9b011c7bff512be2a0364817c.tar.xz
samba-integration-0d3a7d0697bf0fc9b011c7bff512be2a0364817c.zip
Add message printing out test repo and branch
Makes it easier for the user to confirm that the correct set of tests are being used for the tests. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
Diffstat (limited to 'vagrant')
-rw-r--r--vagrant/ansible/roles/client.test.prep/tasks/main.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/vagrant/ansible/roles/client.test.prep/tasks/main.yml b/vagrant/ansible/roles/client.test.prep/tasks/main.yml
index 22da4c3..3e95c97 100644
--- a/vagrant/ansible/roles/client.test.prep/tasks/main.yml
+++ b/vagrant/ansible/roles/client.test.prep/tasks/main.yml
@@ -1,4 +1,7 @@
---
+- debug:
+ msg: "Preparing to checkout from test repo: {{ test_repo }}, branch {{test_repo_branch}}"
+
- name: Fetching tests repo
git:
repo: "{{ test_repo }}"