mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-03 09:29:11 +00:00
Fix path for tests
This commit is contained in:
parent
615b1f63e5
commit
b04b24c91a
@ -31,9 +31,9 @@
|
||||
|
||||
# We set path here to use maven target dir
|
||||
path:
|
||||
data: ${project.build.testOutputDirectory}/es/data
|
||||
logs: ${project.build.testOutputDirectory}/es/logs
|
||||
work: ${project.build.testOutputDirectory}/es/work
|
||||
data: ${project.build.directory}/es/data
|
||||
logs: ${project.build.directory}/es/logs
|
||||
work: ${project.build.directory}/es/work
|
||||
|
||||
# We don't need http layer for tests
|
||||
http.enabled: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user