Merge pull request #3465 from Betula-L/patch-1

fix typo for testing documentation
This commit is contained in:
Kubernetes Prow Robot 2019-03-19 10:50:25 -07:00 committed by GitHub
commit 4b28da7913
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -102,8 +102,7 @@ make test WHAT="./pkg/kubelet ./pkg/scheduler" # run tests for pkg/kubelet and
In a shell, it's often handy to use brace expansion:
```sh
make test WHAT=./pkg/{kubelet,scheduler} # run tests for pkg/kubelet and
pkg/scheduler
make test WHAT=./pkg/{kubelet,scheduler} # run tests for pkg/kubelet and pkg/scheduler
```
### Run specific unit test cases in a package