summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 ."