[2.x] refactor: format launcherPackageIntegrationTest (#9245)

This commit is contained in:
kenji yoshida 2026-05-19 03:41:52 +09:00 committed by GitHub
parent 96bb1848da
commit 536e676481
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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