Replaces testClassesDir with testClassesDirs in ccr build

Relates #30389
This commit is contained in:
Nhat Nguyen 2018-06-28 11:24:41 -04:00
parent 2c10cd3e1d
commit 1185ddbcc6
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ task internalClusterTest(type: RandomizedTestingTask,
dependsOn: test.dependsOn) {
configure(BuildPlugin.commonTestConfig(project))
classpath = project.test.classpath
testClassesDir = project.test.testClassesDir
testClassesDirs = project.test.testClassesDirs
include '**/*IT.class'
systemProperty 'es.set.netty.runtime.available.processors', 'false'
}