Merge pull request #879 from clairew/update-development-guide

Update Development Guide - fixed typo for running tests
This commit is contained in:
Christoph Blecker 2017-08-05 10:32:36 -07:00 committed by GitHub
commit ce1d55e3cb
1 changed files with 2 additions and 2 deletions

View File

@ -303,7 +303,7 @@ make update
make test make test
# Run package tests verbosely # Run package tests verbosely
make test WHAT=pkg/util/cache GOFLAGS=-v make test WHAT=./pkg/api/helper GOFLAGS=-v
# Run integration tests, requires etcd # Run integration tests, requires etcd
# For more info, visit https://github.com/kubernetes/community/blob/master/contributors/devel/testing.md#integration-tests # For more info, visit https://github.com/kubernetes/community/blob/master/contributors/devel/testing.md#integration-tests