summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2016-09-09 00:48:19 -0700
committerGitHub <noreply@github.com>2016-09-09 00:48:19 -0700
commit8ff292ee604c8bbb3a63c46c80d3d80f4367a3a3 (patch)
tree1b1c7d4b5be830e517028b9730f8215f4e4d3015
parentf53e230003833c63113cc36c5f6df7d248e78369 (diff)
parent059bfae6141d3c206f7571f7067b66057e9b9e6c (diff)
Merge pull request #30321 from fejta/check-resources
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`
-rw-r--r--e2e-tests.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/e2e-tests.md b/e2e-tests.md
index 13132919..1e21bc63 100644
--- a/e2e-tests.md
+++ b/e2e-tests.md
@@ -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