[2.x] test: Enable run/fork-loader scripted test (#9199)

This commit is contained in:
kenji yoshida
2026-05-08 01:00:08 -04:00
committed by GitHub
parent 59c007d6a4
commit 76992ed3f6
2 changed files with 3 additions and 2 deletions
@@ -6,5 +6,6 @@ lazy val root = (project in file("."))
.settings(
name := "forked-test",
organization := "org.example",
Test / classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Raw,
libraryDependencies += scalacheck % Test
)
@@ -1,6 +1,6 @@
# This test verifies that the forked code is loaded in the application class loader.
-> run
-> test
-> testFull
> set fork := true
> run
> test
> testFull