Skip to content

Commit

Permalink
Merge pull request #12895 from nik9000/config_tests
Browse files Browse the repository at this point in the history
Use jvm-example for testing bin/plugin
  • Loading branch information
nik9000 committed Aug 17, 2015
2 parents b93a75f + 0b650ed commit ded5d74
Show file tree
Hide file tree
Showing 5 changed files with 197 additions and 267 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -150,7 +150,7 @@ export TAR=/elasticsearch/distribution/tar/target/releases
export RPM=/elasticsearch/distribution/rpm/target/releases
export DEB=/elasticsearch/distribution/deb/target/releases
export TESTROOT=/elasticsearch/qa/vagrant/target/testroot
export BATS=/elasticsearch/qa/vagrant/src/test/resources/packaging/scripts/
export BATS=/elasticsearch/qa/vagrant/src/test/resources/packaging/scripts
VARS
SHELL
end
6 changes: 6 additions & 0 deletions qa/vagrant/pom.xml
Expand Up @@ -92,6 +92,12 @@
<version>${elasticsearch.version}</version>
<type>deb</type>
</artifactItem>
<artifactItem>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>elasticsearch-jvm-example</artifactId>
<version>${elasticsearch.version}</version>
<type>zip</type>
</artifactItem>
</artifactItems>
</configuration>
</execution>
Expand Down

0 comments on commit ded5d74

Please sign in to comment.