Skip to content

Commit c79f52f

Browse files
authoredApr 1, 2020
Update README.md
updating the build target to be correct for isolating a test
1 parent 7d17d6a commit c79f52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ $ make test
9696
The majority of tests in the provider are Acceptance Tests - which provisions real resources in Azure. It's possible to run the entire acceptance test suite by running `make testacc` - however it's likely you'll want to run a subset, which you can do using a prefix, by running:
9797

9898
```sh
99-
make testacc SERVICE='resource' TESTARGS='-run=TestAccAzureRMResourceGroup' TESTTIMEOUT='60m'
99+
make acctests SERVICE='resource' TESTARGS='-run=TestAccAzureRMResourceGroup' TESTTIMEOUT='60m'
100100
```
101101

102102
The following Environment Variables must be set in your shell prior to running acceptance tests:

0 commit comments

Comments
 (0)
Please sign in to comment.