Merge pull request #3465 from Betula-L/patch-1
fix typo for testing documentation
This commit is contained in:
commit
4b28da7913
|
@ -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:
|
In a shell, it's often handy to use brace expansion:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
make test WHAT=./pkg/{kubelet,scheduler} # run tests for pkg/kubelet and
|
make test WHAT=./pkg/{kubelet,scheduler} # run tests for pkg/kubelet and pkg/scheduler
|
||||||
pkg/scheduler
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### Run specific unit test cases in a package
|
### Run specific unit test cases in a package
|
||||||
|
|
Loading…
Reference in New Issue