We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f7d381 commit a9594cbCopy full SHA for a9594cb
utils/test/src/main/kotlin/ProjectConfig.kt
@@ -23,12 +23,14 @@ import io.kotest.core.config.AbstractProjectConfig
23
import io.kotest.core.spec.SpecExecutionOrder
24
import io.kotest.extensions.junitxml.JunitXmlReporter
25
26
+import org.ossreviewtoolkit.utils.common.Os
27
import org.ossreviewtoolkit.utils.ort.OrtProxySelector
28
29
class ProjectConfig : AbstractProjectConfig() {
30
override val specExecutionOrder = SpecExecutionOrder.Annotated
31
32
init {
33
+ Os.fixupUserHomeProperty()
34
OrtProxySelector.install()
35
}
36
0 commit comments