Skip to content

Commit

Permalink
Adapt test case
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou authored and mzuehlke committed Sep 17, 2024
1 parent 2cd723b commit 554889c
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 554889c

Please sign in to comment.