summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFlavio Castelli <fcastelli@suse.com>2018-02-19 14:59:38 +0100
committerFlavio Castelli <fcastelli@suse.com>2018-02-19 14:59:38 +0100
commitae717e132bec9b3d829b3725b29a37a8655ad9a8 (patch)
treecf6dea52cd8a06f770f33a79e17311406762f0ac /Makefile
parent7619db353fe3b48356bc9b9e06d74fa364986346 (diff)
downloadterraform-provider-libvirt-ae717e132bec9b3d829b3725b29a37a8655ad9a8.tar
terraform-provider-libvirt-ae717e132bec9b3d829b3725b29a37a8655ad9a8.tar.gz
travis: do not run acceptance tests
Acceptance test have to be run inside of lxd, which is not working right now on travis. Let's fall back to regular tests until we have a better jenkins based infra.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 317970d8..ac1612ad 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ install:
go install
test:
- bash travis/run-tests-acceptance
+ go test -v -covermode=count -coverprofile=profile.cov ./libvirt
vet:
@echo "go vet ."