sbt/launcher-package/integration-test/src/test/scala
PandaMan 461e12d497
[2.x] fix: Handle paths with parentheses in sbt.bat on Windows (#8656)
Windows CMD interprets parentheses as special syntax for command grouping.
When the project directory path contains parentheses (e.g., in username),
the batch script fails with ') was unexpected at this time.' error.

This fix stores the current directory in a variable using delayed expansion
(!CURRENT_DIR!) instead of using %CD% directly, which properly handles
paths containing parentheses and other special characters.

Fixes #8644
2026-01-29 16:51:06 -05:00
..
BspConfigTest.scala Add integration test for bspConfig & embedded launcher jar (fixes #7794) (#8597) 2026-01-24 15:05:51 -05:00
ExtendedRunnerTest.scala [2.x] fix: Handle paths with parentheses in sbt.bat on Windows (#8656) 2026-01-29 16:51:06 -05:00
RunnerMemoryScriptTest.scala fix: Handle -X JVM options on command line (fixes #5742) (#8566) 2026-01-17 14:29:30 -05:00
RunnerScriptTest.scala [2.x] fix: Fixes the handling of special characters in dot files (#8558) 2026-01-19 14:37:08 -05:00
ShellScriptUtil.scala [2.x] fix: Fix flaky client tests (#8580) 2026-01-22 05:35:13 -05:00