Add an alias for :server:integTest so it runs as part of internalClusterTest (#37910)

This commit is contained in:
Alpar Torok 2019-01-28 14:26:22 +02:00 committed by GitHub
parent 194cdfe208
commit 64b98db973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -339,4 +339,8 @@ if (isEclipse == false || project.path == ":server-tests") {
}
check.dependsOn integTest
integTest.mustRunAfter test
task internalClusterTest {
dependsOn integTest
}
}