From 38271c53b4ab44534f420b82c5c7f8748e1d08be Mon Sep 17 00:00:00 2001 From: Sachin Prabhu Date: Mon, 11 May 2020 10:41:34 +0100 Subject: 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 --- vagrant/ansible/roles/client.test.prep/tasks/main.yml | 4 ---- 1 file changed, 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 -- cgit