Skip to content

Commit

Permalink
LRQA-54230 wordsmith
Browse files Browse the repository at this point in the history
  • Loading branch information
timpak authored and brianchandotcom committed Feb 26, 2020
1 parent 901530b commit dfde1bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build-test-elasticsearch7.xml
Original file line number Diff line number Diff line change
Expand Up @@ -516,10 +516,10 @@ ${line.separator}CATALINA_OPTS="${CATALINA_OPTS} -Djavax.net.ssl.trustStore=${el
<if>
<contains string="${curl.output.trial.remote.cluster}" substring="&quot;trial_was_started&quot;:true" />
<then>
<echo>Leader Elasticsearch started with trial.</echo>
<echo>Trial license activated on remote cluster.</echo>
</then>
<else>
<fail>Leader Elasticsearch failed to start with trial.</fail>
<fail>Trial license failed to activate on remote cluster.</fail>
</else>
</if>

Expand All @@ -532,10 +532,10 @@ ${line.separator}CATALINA_OPTS="${CATALINA_OPTS} -Djavax.net.ssl.trustStore=${el
<if>
<contains string="${curl.output.trial.local.cluster}" substring="&quot;trial_was_started&quot;:true" />
<then>
<echo>Follower Elasticsearch started with trial.</echo>
<echo>Trial license activated on local cluster.</echo>
</then>
<else>
<fail>Follower Elasticsearch failed to start with trial.</fail>
<fail>Trial license failed to activate on local cluster.</fail>
</else>
</if>
</sequential>
Expand Down Expand Up @@ -932,10 +932,10 @@ xpack.monitoring.collection.enabled: true</echo>
<contains string="${curl.output.follower.indices}" substring="liferay-search-tuning-synonyms-liferay-${companyId}" />
</and>
<then>
<echo>Elasticsearch indices replicate sucessfully.</echo>
<echo>Created follower indices.</echo>
</then>
<else>
<fail>Elasticsearch indices Fail to replicate.</fail>
<fail>Failed to create follower indices.</fail>
</else>
</if>
</target>
Expand Down

0 comments on commit dfde1bd

Please sign in to comment.