e2e README typo

This commit is contained in:
Lang Martin
2019-05-20 14:53:55 -04:00
parent c009381242
commit 78b9aeffa2

View File

@@ -18,5 +18,5 @@ Running
After completing the provisioning step above, you should see CLI output showing the IP addresses of Nomad client machines. To run the tests, set the NOMAD_ADDR variable to one of the client IPs.
```
$ NOMAD_ADDR=<> $NOMAD_E2E=1 go test -v
$ NOMAD_ADDR=<> NOMAD_E2E=1 go test -v
```