Add a --e2e-output-dir for use in e2e tests (default is /tmp/)

This commit is contained in:
jayunit100
2015-06-05 19:05:07 -04:00
parent 0f1c4c25c3
commit e93d317437
3 changed files with 7 additions and 4 deletions

View File

@@ -91,6 +91,7 @@ type TestContextType struct {
Provider string
CloudConfig CloudConfig
KubectlPath string
OutputDir string
}
var testContext TestContextType