Skip to content

Commit c0fa533

Browse files
authored
Fix the test command which should have trailing $$ (#15223)
1 parent dd522cc commit c0fa533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/test/run-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ aliases:
9999
1. Run acceptance tests for only modified resources. (Full test runs can take over 9 hours.) See [Go's documentation](https://pkg.go.dev/cmd/go#hdr-Testing_flags) for more information about `-run` and other flags.
100100

101101
```bash
102-
make testacc TEST=./google-beta/services/container TESTARGS='-run=TestAccContainerNodePool'
102+
make testacc TEST=./google-beta/services/container TESTARGS='-run=TestAccContainerNodePool_basic$$'
103103
```
104104

105105
To run all tests matching, e.g., `TestAccContainerNodePool*`, omit the trailing `$$`:

0 commit comments

Comments
 (0)