Skip to content

Commit

Permalink
test: Fixup the user home directory also when running tests (in Docker)
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Nov 16, 2023
1 parent 2f7d381 commit a9594cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/test/src/main/kotlin/ProjectConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ import io.kotest.core.config.AbstractProjectConfig
import io.kotest.core.spec.SpecExecutionOrder
import io.kotest.extensions.junitxml.JunitXmlReporter

import org.ossreviewtoolkit.utils.common.Os
import org.ossreviewtoolkit.utils.ort.OrtProxySelector

class ProjectConfig : AbstractProjectConfig() {

Check warning on line 29 in utils/test/src/main/kotlin/ProjectConfig.kt

View workflow job for this annotation

GitHub Actions / Qodana Community for JVM

Unused symbol

Class "ProjectConfig" is never used
override val specExecutionOrder = SpecExecutionOrder.Annotated

init {
Os.fixupUserHomeProperty()
OrtProxySelector.install()
}

Expand Down

0 comments on commit a9594cb

Please sign in to comment.