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

This commit is contained in:
kenji yoshida 2026-05-08 14:00:08 +09:00 committed by GitHub
parent 59c007d6a4
commit 76992ed3f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -6,5 +6,6 @@ lazy val root = (project in file("."))
.settings(
name := "forked-test",
organization := "org.example",
Test / classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Raw,
libraryDependencies += scalacheck % Test
)

View File

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