diff --git a/test/cmd/README.md b/test/cmd/README.md index f9572e929de..c003ce0b788 100644 --- a/test/cmd/README.md +++ b/test/cmd/README.md @@ -10,7 +10,7 @@ To run this entire suite, execute `make test-cmd` from the top level. This will ### Specific Tests -To run a subset of tests( e.g. `run_deployment_test` and `run_impersonation_test`), execute `make test-cmd WHAT="deployment impersonation"`. Running specific +To run a subset of tests (e.g. `run_deployment_test` and `run_impersonation_test`), execute `make test-cmd WHAT="deployment impersonation"`. Running specific tests will not try and validate any required resources are available on the server. ## Adding Tests