diff options
| -rw-r--r-- | contributors/devel/e2e-tests.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/contributors/devel/e2e-tests.md b/contributors/devel/e2e-tests.md index 9d1ee59f..01a925f2 100644 --- a/contributors/devel/e2e-tests.md +++ b/contributors/devel/e2e-tests.md @@ -1,7 +1,5 @@ # End-to-End Testing in Kubernetes -Updated: 5/3/2016 - **Table of Contents** <!-- BEGIN MUNGE: GENERATED_TOC --> @@ -389,8 +387,8 @@ to gather logs. This script requires that the cluster provider supports ssh. Assuming it does, running: -``` -cluster/log-dump.sh <directory> +```sh +$ federation/cluster/log-dump.sh <directory> ``` will ssh to the master and all nodes and download a variety of useful logs to |
