docs: clarify test execution

This commit is contained in:
Arne Diekmann 2021-03-25 10:27:43 +01:00
parent 4516234f2c
commit 55c1af19ea

View file

@ -77,7 +77,8 @@ Then set-up `testdata/dnsimple/config.json` and `testdata/dnsimple/dnsimple-toke
Execute the test suite replacing `TEST_ZONE_NAME` with a DNS name you have control over with your DNSimple account:
```bash
$ TEST_ZONE_NAME=example.com go test .
# Mind the trailing dot in the TEST_ZONE_NAME value
$ TEST_ZONE_NAME=example.com. go test .
```
## Release