Fix the dependency recursive build test to use the flatten packed charts

Signed-off-by: Cosmin Cojocar <cosmin.cojocar@gmx.ch>
pull/4468/head
Cosmin Cojocar 7 years ago
parent a04aae9d21
commit 5ff384bf5a

@ -162,7 +162,7 @@ func TestDependencyRecursiveBuildCmd(t *testing.T) {
t.Fatal(err)
}
expect = filepath.Join(hh.String(), chartname, "charts/rectest1/charts/rectest2-0.1.0.tgz")
expect = filepath.Join(hh.String(), chartname, "charts/rectest2-0.1.0.tgz")
if _, err := os.Stat(expect); err != nil {
t.Fatal(err)
}

Loading…
Cancel
Save