Merge pull request #965 from catsby/readme-acc-update

Update README on running acceptance tests
This commit is contained in:
Clint 2015-02-10 14:47:52 -08:00
commit 9d53689f11
1 changed files with 7 additions and 1 deletions

View File

@ -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`:
```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
[...]
[...]
...
```