Skip to content

Commit

Permalink
fix integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
allaVolkov committed Jun 30, 2019
1 parent 5d759f2 commit 1e0ffd9
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 1e0ffd9

Please sign in to comment.