Skip to content

Commit 64381e2

Browse files
committed
Use -s in testOptions for decoded names
1 parent e012734 commit 64381e2

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)