Skip to content

Commit a9c2e46

Browse files
authored
Merge pull request #12209 from som-snytt/tweak/test-option-s
Use -s in testOptions for decoded names
2 parents e012734 + 64381e2 commit a9c2e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ object Build {
177177
outputStrategy := Some(StdoutOutput),
178178

179179
// enable verbose exception messages for JUnit
180-
(Test / testOptions) += Tests.Argument(TestFrameworks.JUnit, "-a", "-v"),
180+
(Test / testOptions) += Tests.Argument(TestFrameworks.JUnit, "-a", "-v", "-s"),
181181
) ++
182182
// Spawns a repl with the correct classpath
183183
addCommandAlias("repl", "scala3-compiler-bootstrapped/console")

0 commit comments

Comments
 (0)