mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
This matches the way tests that need to run without an Elasticsearch bootstrap are run in core Elasticsearch. This should make merging to x-pack easier. Note that the no bootstrap tests now run after the integration tests, but this doesn't really matter. Original commit: elastic/x-pack-elasticsearch@5547f457b6
7 lines
154 B
Groovy
7 lines
154 B
Groovy
apply plugin: 'elasticsearch.standalone-test'
|
|
|
|
dependencies {
|
|
testCompile project(path: ':prelert-legacy:elasticsearch', configuration: 'runtime')
|
|
}
|
|
|