Skip to content

Commit

Permalink
LRQA-30787 Update solr logging to be set before starting solr
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuetani authored and brianchandotcom committed Jul 24, 2017
1 parent dd0f1e3 commit fd4f4cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-test-solr.xml
Expand Up @@ -285,8 +285,6 @@ trustStorePath=${solr.dir}/server/etc/solr-ssl.keystore.jks</echo>
</then>
</if>

<antcall target="start-solr-core" />

<get-testcase-property property.name="solr.logging.info.level" />

<if>
Expand All @@ -296,6 +294,8 @@ trustStorePath=${solr.dir}/server/etc/solr-ssl.keystore.jks</echo>
</then>
</if>

<antcall target="start-solr-core" />

<create-solr-core />

<get-testcase-property property.name="solr.solrcloud.enabled" />
Expand Down

0 comments on commit fd4f4cb

Please sign in to comment.