FP tests: take 'skipPrereleaseCheck' from module configuration
Before this commit we skipped this check for every module, but now we skip it only if we need it
This commit is contained in:
committed by
Space Team
parent
df95a8ed6e
commit
488049174c
+1
-1
@@ -153,6 +153,7 @@ abstract class AbstractFullPipelineModularizedTest : AbstractModularizedTest() {
|
|||||||
substituteCompilerPluginPathForKnownPlugins(it)?.absolutePath
|
substituteCompilerPluginPathForKnownPlugins(it)?.absolutePath
|
||||||
}?.toTypedArray()
|
}?.toTypedArray()
|
||||||
args.contextReceivers = originalArguments.contextReceivers
|
args.contextReceivers = originalArguments.contextReceivers
|
||||||
|
args.skipPrereleaseCheck = originalArguments.skipPrereleaseCheck
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
args.jvmTarget = JVM_TARGET
|
args.jvmTarget = JVM_TARGET
|
||||||
@@ -161,7 +162,6 @@ abstract class AbstractFullPipelineModularizedTest : AbstractModularizedTest() {
|
|||||||
args.reportPerf = true
|
args.reportPerf = true
|
||||||
args.jdkHome = moduleData.jdkHome?.absolutePath ?: originalArguments?.jdkHome?.fixPath()?.absolutePath
|
args.jdkHome = moduleData.jdkHome?.absolutePath ?: originalArguments?.jdkHome?.fixPath()?.absolutePath
|
||||||
args.renderInternalDiagnosticNames = true
|
args.renderInternalDiagnosticNames = true
|
||||||
args.skipPrereleaseCheck = true
|
|
||||||
configureArgsUsingBuildFile(args, moduleData, tmp)
|
configureArgsUsingBuildFile(args, moduleData, tmp)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user