Merge pull request #965 from catsby/readme-acc-update
Update README on running acceptance tests
This commit is contained in:
commit
9d53689f11
|
@ -72,7 +72,13 @@ If you're working on a feature of a provider and want to verify it is functionin
|
||||||
To run the acceptance tests, invoke `make testacc`:
|
To run the acceptance tests, invoke `make testacc`:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ make testacc TEST=./builtin/providers/aws TESTARGS='-run=VPC'
|
$ make testacc TEST=./builtin/providers/aws TESTARGS='-run=Vpc'
|
||||||
|
go generate ./...
|
||||||
|
TF_ACC=1 go test ./builtin/providers/aws -v -run=Vpc -timeout 45m
|
||||||
|
=== RUN TestAccVpc_basic
|
||||||
|
2015/02/10 14:11:17 [INFO] Test: Using us-west-2 as test region
|
||||||
|
[...]
|
||||||
|
[...]
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue