Skip to content

Commit

Permalink
LRQA-16928 Remove all references to the 'evaluate-logs' target
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhashimoto authored and brianchandotcom committed Sep 1, 2015
1 parent be20cb0 commit feebb84
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 41 deletions.
2 changes: 0 additions & 2 deletions build-test-glassfish.xml
Expand Up @@ -5,8 +5,6 @@

<target name="run-glassfish">
<antcall target="run-simple-server" />

<antcall target="evaluate-logs" />
</target>

<target name="run-selenium-glassfish">
Expand Down
2 changes: 0 additions & 2 deletions build-test-jboss-eap.xml
Expand Up @@ -5,8 +5,6 @@

<target name="run-jboss-eap">
<antcall target="run-simple-server" />

<antcall target="evaluate-logs" />
</target>

<target name="run-selenium-jboss-eap">
Expand Down
2 changes: 0 additions & 2 deletions build-test-jboss.xml
Expand Up @@ -5,8 +5,6 @@

<target name="run-jboss">
<antcall target="run-simple-server" />

<antcall target="evaluate-logs" />
</target>

<target name="run-selenium-jboss">
Expand Down
2 changes: 0 additions & 2 deletions build-test-jetty.xml
Expand Up @@ -5,8 +5,6 @@

<target name="run-jetty">
<antcall target="run-simple-server" />

<antcall target="evaluate-logs" />
</target>

<target name="run-selenium-jetty">
Expand Down
2 changes: 0 additions & 2 deletions build-test-jonas.xml
Expand Up @@ -5,8 +5,6 @@

<target name="run-jonas">
<antcall target="run-simple-server" />

<antcall target="evaluate-logs" />
</target>

<target name="run-selenium-jonas">
Expand Down
2 changes: 0 additions & 2 deletions build-test-resin.xml
Expand Up @@ -7,8 +7,6 @@
<antcall target="run-simple-server" />

<antcall target="copy-log-file" />

<antcall target="evaluate-logs" />
</target>

<target name="run-selenium-resin">
Expand Down
2 changes: 0 additions & 2 deletions build-test-tcat.xml
Expand Up @@ -69,7 +69,5 @@ plugins.includes=marketplace-portlet</echo>

<target name="run-tcat">
<antcall target="run-simple-server" />

<antcall target="evaluate-logs" />
</target>
</project>
2 changes: 0 additions & 2 deletions build-test-tcserver.xml
Expand Up @@ -89,7 +89,5 @@

<target name="run-tcserver">
<antcall target="run-simple-server" />

<antcall target="evaluate-logs" />
</target>
</project>
2 changes: 0 additions & 2 deletions build-test-tomcat.xml
Expand Up @@ -55,7 +55,5 @@

<target name="run-tomcat">
<antcall target="run-simple-server" />

<antcall target="evaluate-logs" />
</target>
</project>
2 changes: 0 additions & 2 deletions build-test-weblogic.xml
Expand Up @@ -38,7 +38,5 @@

<target name="run-weblogic">
<antcall target="run-simple-server" />

<antcall target="evaluate-logs" />
</target>
</project>
2 changes: 0 additions & 2 deletions build-test-websphere.xml
Expand Up @@ -38,7 +38,5 @@

<target name="run-websphere">
<antcall target="run-simple-server" />

<antcall target="evaluate-logs" />
</target>
</project>
19 changes: 0 additions & 19 deletions build-test.xml
Expand Up @@ -3373,25 +3373,6 @@ go]]></replacevalue>
</if>
</target>

<target name="evaluate-logs">
<if>
<isset property="print.logs" />
<then>
<loadfile property="log.content" srcfile="log">
<filterchain>
<expandproperties />
</filterchain>
</loadfile>

<echo>Displaying Logs:</echo>
<echo></echo>
<echo>${log.content}</echo>
</then>
</if>

<antcall target="clean-up-logs" />
</target>

<target name="generate-backup-results-xml">
<if>
<and>
Expand Down

0 comments on commit feebb84

Please sign in to comment.