Skip to content

Commit

Permalink
Merge pull request #436 from SAP/fix_integr_test
Browse files Browse the repository at this point in the history
 fix integration test
  • Loading branch information
ShimiT committed Jun 30, 2019
2 parents 3593cfa + 1eb69d2 commit 649699a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration/cloud_mta_build_tool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ modules:
It("Generate mtad", func() {
dir, _ := os.Getwd()
path := filepath.Join(dir, "testdata", "mta_demo")
dir.CreateDirIfNotExist(filepath.Join(path, ".mta_demo_mta_build_tmp", "node"))
dir.CreateDirIfNotExist(filepath.Join(path, ".mta_demo_mta_build_tmp", "node-js"))
os.MkdirAll(filepath.Join(path, ".mta_demo_mta_build_tmp", "node"), os.ModePerm)
os.MkdirAll(filepath.Join(path, ".mta_demo_mta_build_tmp", "node-js"), os.ModePerm)
bin := filepath.FromSlash(binPath)
_, err, _ := execute(bin, "gen mtad", path)
Ω(err).Should(Equal(""))
Expand Down

0 comments on commit 649699a

Please sign in to comment.