Files
kotlin-fork/kotlin-native/backend.native/tests/interop/embedStaticLibraries
Ilya Matveev e56ac775ca [K/N][tests] Do not propagate user.dir property to compiler/cinterop
In a Gradle process, the user.dir property is set to the directory
where the build was started. By default, if we start a child process
via project.javaexec, Gradle sets its working directory to the
directory of the current project. But passing Gradle's value of user.dir
to that process overrides this setting.

This makes tools started in a such way sensitive to directory the build
is started from. Thus a test using relative paths may fail if it is
started from a wrong directory.

This patch fixes this issue for Kotlin/Native tests.
2021-03-26 12:38:27 +03:00
..
2020-10-27 21:00:28 +03:00
2020-10-27 21:00:28 +03:00
2020-10-27 21:00:28 +03:00
2020-10-27 21:00:28 +03:00