Skip to content

Commit 02fed7e

Browse files
committed
Make "run-elasticsearch" cargo make task MacOS compatible
1 parent cf30c83 commit 02fed7e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ dependencies = ["install-cargo2junit"]
8484
[tasks.run-elasticsearch]
8585
category = "Elasticsearch"
8686
condition = { env_set = [ "STACK_VERSION", "TEST_SUITE" ], env_false = ["CARGO_MAKE_CI"] }
87-
script_runner = "bash"
88-
script = { file = "./.ci/run-elasticsearch.sh" }
87+
command = "./.ci/run-elasticsearch.sh"
8988
dependencies = ["set-oss-env", "set-xpack-env"]
9089

9190
[tasks.run-elasticsearch.windows]

0 commit comments

Comments
 (0)