Skip to content

Commit

Permalink
Fix path for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dadoonet committed Aug 9, 2013
1 parent 615b1f6 commit b04b24c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/resources/elasticsearch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b04b24c

Please sign in to comment.