mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
[2.x] test: Enable run/fork-loader scripted test (#9199)
This commit is contained in:
@@ -6,5 +6,6 @@ lazy val root = (project in file("."))
|
||||
.settings(
|
||||
name := "forked-test",
|
||||
organization := "org.example",
|
||||
Test / classLoaderLayeringStrategy := ClassLoaderLayeringStrategy.Raw,
|
||||
libraryDependencies += scalacheck % Test
|
||||
)
|
||||
|
||||
+2
-2
@@ -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
|
||||
Reference in New Issue
Block a user