diff options
| author | Erick Fejta <fejta@google.com> | 2016-08-09 16:22:47 -0700 |
|---|---|---|
| committer | Erick Fejta <fejta@google.com> | 2016-08-29 10:15:57 -0700 |
| commit | 059bfae6141d3c206f7571f7067b66057e9b9e6c (patch) | |
| tree | eccb5185ca2cb4364b91fb2228c263537b6524b2 | |
| parent | 7e7a771d8114262d2e36b8cbffcb00053def4112 (diff) | |
Convert bool to error, helper func for cd to skew
| -rw-r--r-- | e2e-tests.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/e2e-tests.md b/e2e-tests.md index da0b2b3f..76becd54 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 |
