mirror of https://github.com/sbt/sbt.git
[2.x] refactor: format launcherPackageIntegrationTest (#9245)
This commit is contained in:
parent
96bb1848da
commit
536e676481
|
|
@ -134,6 +134,7 @@ jobs:
|
|||
./sbt -v --client scalafmtCheckAll
|
||||
./sbt -v --client scalafmtSbtCheck
|
||||
./sbt -v --client serverTestProj/scalafmtCheckAll
|
||||
./sbt -v --client launcherPackageIntegrationTest/scalafmtCheckAll
|
||||
# ./sbt -v --client headerCheck
|
||||
# ./sbt -v --client "Test/headerCheck"
|
||||
./sbt -v --client "Test/compile"
|
||||
|
|
|
|||
|
|
@ -382,8 +382,7 @@ abstract class RunnerScriptTest extends verify.BasicTestSuite with ShellScriptUt
|
|||
)
|
||||
|
||||
testOutput("sbt --experimental_execution_log=true")("--experimental_execution_log=true", "-v"):
|
||||
(out: List[String]) =>
|
||||
assert(out.contains[String]("-Dsbt.experimental_execution_log=true"))
|
||||
(out: List[String]) => assert(out.contains[String]("-Dsbt.experimental_execution_log=true"))
|
||||
|
||||
end RunnerScriptTest
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue