summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSachin Prabhu <sprabhu@redhat.com>2020-05-11 10:41:34 +0100
committerAnoop C S <anoopcs@cryptolab.net>2020-05-11 19:14:20 +0530
commit38271c53b4ab44534f420b82c5c7f8748e1d08be (patch)
tree22a341773201de43a8756a8bcf270fabc9dd7c7a
parent53654d269fb8335577969635506147f052548113 (diff)
downloadsamba-integration-38271c53b4ab44534f420b82c5c7f8748e1d08be.tar.gz
samba-integration-38271c53b4ab44534f420b82c5c7f8748e1d08be.tar.xz
samba-integration-38271c53b4ab44534f420b82c5c7f8748e1d08be.zip
Remove duplicate call the make test
We should not be calling make test from client.test.prep. This should have been removed when the original client.test was split into client.test.prep and client.test. Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
-rw-r--r--vagrant/ansible/roles/client.test.prep/tasks/main.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/vagrant/ansible/roles/client.test.prep/tasks/main.yml b/vagrant/ansible/roles/client.test.prep/tasks/main.yml
index 307590a..65b695b 100644
--- a/vagrant/ansible/roles/client.test.prep/tasks/main.yml
+++ b/vagrant/ansible/roles/client.test.prep/tasks/main.yml
@@ -13,7 +13,3 @@
group: root
state: link
-- name: Run tests
- command:
- chdir: /root/samba-integration-tests
- cmd: make test