Skip to content

Commit

Permalink
Update Development Guide - fixed typos for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
clairew committed Aug 5, 2017
1 parent a17c0ec commit 8834e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributors/devel/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ cd $working_dir/kubernetes
# for each failed verification. For example:
# hack/update-gofmt.sh (to make sure all files are correctly formatted, usually needed when you add new files)
# hack/update-bazel.sh (to update bazel build related files, usually needed when you add or remove imports)
make verify
make verify

# Alternatively, run all update scripts to avoid fixing verification failures one by one.
make update
Expand All @@ -303,7 +303,7 @@ make update
make test

# 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
# For more info, visit https://github.com/kubernetes/community/blob/master/contributors/devel/testing.md#integration-tests
Expand Down

0 comments on commit 8834e69

Please sign in to comment.