Skip to content

Commit

Permalink
Merge pull request #305 from SAP/fix_mtad_gen
Browse files Browse the repository at this point in the history
fix integration test
  • Loading branch information
ShimiT authored Mar 20, 2019
2 parents 6969774 + 4b71a32 commit a75a605
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration/cloud_mta_build_tool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ modules:
It("Generate mtad", func() {
dir, _ := os.Getwd()
path := filepath.Join(dir, "testdata", "mta_demo")
os.MkdirAll(filepath.Join(path, ".mta_demo_mta_build_tmp", "node"), os.ModePerm)
bin := filepath.FromSlash(binPath)
_, err, _ := execute(bin, "gen mtad", path)
Ω(err).Should(Equal(""))
Expand All @@ -234,7 +235,7 @@ modules:
})

var _ = Describe("Deploy basic mta archive", func() {
PIt("Deploy MTAR", func() {
It("Deploy MTAR", func() {
dir, _ := os.Getwd()
path := dir + filepath.FromSlash("/testdata/mta_demo/mta_archives")
bin := filepath.FromSlash("cf")
Expand Down

0 comments on commit a75a605

Please sign in to comment.