playing with the path

pull/1217/head
Ville Aikas 9 years ago
parent e7f5c931e7
commit aee5b4c347

@ -1367,7 +1367,7 @@ func mockEnvironment() *environment.Environment {
e := environment.New()
e.Releases = storage.Init(driver.NewMemory())
e.KubeClient = &environment.PrintingKubeClient{Out: os.Stdout}
e.SchemaDir = "./testdata"
e.SchemaDir = "cmd/tiller/testdata"
return e
}

Loading…
Cancel
Save