summaryrefslogtreecommitdiff
path: root/doc/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/CONTRIBUTING.md')
-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
```