elastic / elasticsearch-rs

Official Elasticsearch Rust Client
https://www.elastic.co/guide/en/elasticsearch/client/rust-api/current/index.html
Apache License 2.0
695 stars 70 forks source link

Create platform specific run-elasticsearch task #159

Closed russcam closed 3 years ago

russcam commented 3 years ago

This commit splits out the command and script/script runner elements of the run-elasticsearch task to fix a bug when running on Windows where the task on Linux and macOS uses a command whilst Windows uses a script to run via WSL2. The Windows specific task ends up with multiple actions (command and script) which cargo make errors on.

russcam commented 3 years ago

Merging in - test failures unrelated to this change.