[K/N] Fix default value of testTarget

This commit is contained in:
Alexander Shabalin
2023-05-24 12:12:08 +02:00
committed by Space Team
parent 9456872bbe
commit d82a6f2fa2
+1 -1
View File
@@ -137,7 +137,7 @@ void loadCommandLineProperties() {
}
}
ext.testTarget = project.hasProperty("test_target") ? ext.test_target : null
ext.testTarget = project.hasProperty("test_target") ? ext.test_target : ext.hostName
}
configurations {