mirror of
https://github.com/cert-manager/webhook-example.git
synced 2025-07-02 23:05:48 +02:00
docs: clarify test execution
This commit is contained in:
parent
4516234f2c
commit
55c1af19ea
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
Execute the test suite replacing `TEST_ZONE_NAME` with a DNS name you have control over with your DNSimple account:
|
||||||
|
|
||||||
```bash
|
```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
|
## Release
|
||||||
|
|
Loading…
Reference in a new issue