summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDario Maiocchi <dmaiocchi@suse.com>2017-11-11 13:06:31 +0100
committerDario Maiocchi <dmaiocchi@suse.com>2017-11-13 17:53:19 +0100
commitc03e255db5dadbcb63573e2015fff4aa57152e8e (patch)
treea6b2e32992e70b8d9217aa20171b1baae69c177e /doc
parent11dca1e8e977948bdb432f87046de9048cacccb1 (diff)
downloadterraform-provider-libvirt-c03e255db5dadbcb63573e2015fff4aa57152e8e.tar
terraform-provider-libvirt-c03e255db5dadbcb63573e2015fff4aa57152e8e.tar.gz
ligthen process with makefile
Diffstat (limited to 'doc')
-rw-r--r--doc/CONTRIBUTING.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/CONTRIBUTING.md b/doc/CONTRIBUTING.md
index ddde4637..bbdfe7af 100644
--- a/doc/CONTRIBUTING.md
+++ b/doc/CONTRIBUTING.md
@@ -18,10 +18,6 @@ https://github.com/hashicorp/terraform/blob/master/.github/CONTRIBUTING.md#runni
## Running acceptance tests
-You need to define the ```LIBVIRT_DEFAULT_URI``` and ```TF_ACC``` variables.
-
```console
-export LIBVIRT_DEFAULT_URI=qemu:///system
-export TF_ACC=1
-go test ./...
+make testacc
```