Unverified Commit ca7a719c authored by Matthew Fisher's avatar Matthew Fisher
Browse files

rebase from master, regenerate proto files


Signed-off-by: default avatarMatthew Fisher <matt.fisher@microsoft.com>
Showing with 126 additions and 116 deletions
+126 -116
......@@ -20,8 +20,8 @@ helm test [RELEASE] [flags]
```
--cleanup Delete test pods upon completion
-h, --help help for test
--max uint32 Maximum number of test pods to run in parallel (default 20)
--logs Dump the logs from test pods (this runs after all tests are complete, but before any cleanup
--max uint32 Maximum number of test pods to run in parallel (default 20)
--parallel Run test pods in parallel
--timeout int Time in seconds to wait for any individual Kubernetes operation (like Jobs for hooks) (default 300)
--tls Enable TLS for request
......@@ -48,4 +48,4 @@ helm test [RELEASE] [flags]
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 6-Aug-2019
###### Auto generated by spf13/cobra on 8-Oct-2019
This diff is collapsed.
......@@ -97,7 +97,7 @@ func (env *Environment) streamError(info string) error {
}
func (env *Environment) streamFailed(name string) error {
msg := "FAILED: " + name
msg := fmt.Sprintf("FAILED: %s, run `kubectl logs %s --namespace %s` for more info", name, name, env.Namespace)
return env.streamMessage(msg, release.TestRun_FAILURE)
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment