From c7cc7221d46e8fa7ee7d64c7eab64f5515980fc1 Mon Sep 17 00:00:00 2001 From: Alvaro Saurin Date: Thu, 19 Oct 2017 17:39:31 +0200 Subject: Simplify the wait_for_leases mechanism --- Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 72b45f91..317970d8 100644 --- a/Makefile +++ b/Makefile @@ -3,11 +3,12 @@ default: build build: gofmtcheck golint vet go build -install: +install: go install -test: - bash travis/run_acceptance_test.sh +test: + bash travis/run-tests-acceptance + vet: @echo "go vet ." @go vet $$(go list ./... | grep -v vendor/) ; if [ $$? -eq 1 ]; then \ @@ -19,7 +20,8 @@ vet: golint: golint ./libvirt + gofmtcheck: - bash travis/gofmtcheck.sh + bash travis/run-gofmt .PHONY: build install test vet fmt golint -- cgit v1.2.3