mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-25 01:19:02 +00:00
This now requires that system properties passed to Gradle must be in the form of "-Dtests.es.*" instead of "-Des.*". It then chops off "tests.es." and passes that as a "-E" property to Elasticsearch. Also changed system properties: - `tests.logger.level` became `tests.es.logger.level` - `node.mode` became `tests.es.node.mode` - `node.local` became `tests.es.node.local`