Skip to content

Commit

Permalink
snapshot tests: init bloop submodule in test
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindberg committed Aug 4, 2022
1 parent c5877d2 commit 4694bdf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bleep-cli-test/src/scala/bleep/IntegrationSnapshotTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ class IntegrationSnapshotTests extends SnapshotTest {
}

test("bloop") {
// todo: cache result of looking up existing sources in a json file as well
cli(List("git", "submodule", "init"), logger, "git submodule init")(inFolder / "bloop")
cli(List("git", "submodule", "update"), logger, "git submodule update")(inFolder / "bloop")
testIn("bloop")
}

Expand Down

0 comments on commit 4694bdf

Please sign in to comment.