Skip to content

Commit

Permalink
Merge pull request #30321 from fejta/check-resources
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

Convert bool to error, helper func for cd to skew

Switch from various functions returning `False` when something bad happens to returning an `error`
Encapsulate logic to switch to the skew directory inside chdirSkew

Also add a TODO for using `hyphen-flags` instead of `underscore_flags`
  • Loading branch information
Kubernetes Submit Queue authored Sep 9, 2016
2 parents 8780961 + fd15911 commit 08b6eaf
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 141 deletions.
3 changes: 0 additions & 3 deletions docs/devel/e2e-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,6 @@ go run hack/e2e.go -v --build
# Create a fresh cluster. Deletes a cluster first, if it exists
go run hack/e2e.go -v --up

# Test if a cluster is up.
go run hack/e2e.go -v --isup

# Push code to an existing cluster
go run hack/e2e.go -v --push

Expand Down
Loading

0 comments on commit 08b6eaf

Please sign in to comment.