Remove checking userHomeDir/.konan/dependencie in NativeDownloadAndPlatformLibsIT. In teamcity someone creates this dir.
This commit is contained in:
committed by
Space Team
parent
2f893017ee
commit
e1c770eecb
-1
@@ -54,7 +54,6 @@ class NativeDownloadAndPlatformLibsIT : KGPBaseTest() {
|
|||||||
@AfterEach
|
@AfterEach
|
||||||
fun checkThatUserKonanDirIsEmptyAfterTest() {
|
fun checkThatUserKonanDirIsEmptyAfterTest() {
|
||||||
val userHomeDir = System.getProperty("user.home")
|
val userHomeDir = System.getProperty("user.home")
|
||||||
assertFileNotExists(Paths.get("$userHomeDir/.konan/dependencies"))
|
|
||||||
assertFileNotExists(Paths.get("$userHomeDir/.konan/kotlin-native-prebuilt-$platformName-$currentCompilerVersion"))
|
assertFileNotExists(Paths.get("$userHomeDir/.konan/kotlin-native-prebuilt-$platformName-$currentCompilerVersion"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user