Skip to content

Commit

Permalink
Adapt test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Sep 17, 2024
1 parent 9d9b17a commit 58a6a29
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,14 @@ class BuildToolDispatcherTest extends FunSuite {
val expectedState = initial.copy(trace =
Cmd("test", "-f", s"$repoDir/pom.xml") +:
Cmd("test", "-f", s"$repoDir/build.sc") +:
Cmd("test", "-f", s"$repoDir/build.mill") +:
Cmd("test", "-f", s"$repoDir/build.mill.scala") +:
Cmd("test", "-f", s"$repoDir/build.sbt") +:
allGreps ++:
Cmd("test", "-f", s"$repoDir/mvn-build/pom.xml") +:
Cmd("test", "-f", s"$repoDir/mvn-build/build.sc") +:
Cmd("test", "-f", s"$repoDir/mvn-build/build.mill") +:
Cmd("test", "-f", s"$repoDir/mvn-build/build.mill.scala") +:
Cmd("test", "-f", s"$repoDir/mvn-build/build.sbt") +:
allGreps ++:
Log("Get dependencies in . from sbt") +:
Expand Down

0 comments on commit 58a6a29

Please sign in to comment.