[
https://issues.apache.org/jira/browse/LUCENE-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458704#comment-13458704
]
Uwe Schindler commented on LUCENE-4406:
---------------------------------------
But SHA1 che chksums are missing:
{noformat}
check-licenses:
[echo] License check under:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene
[licenses] MISSING sha1 checksum file for:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/junit4-ant-2.0.1.jar
[licenses] MISSING sha1 checksum file for:
/mnt/ssd/jenkins/workspace/Lucene-Solr-trunk-Linux/lucene/test-framework/lib/randomizedtesting-runner-2.0.1.jar
[licenses] Scanned 19 JAR file(s) for licenses (in 0.26s.), 2 error(s).
{noformat}
> Print out where tests failed at the end of running the Test Suite
> -----------------------------------------------------------------
>
> Key: LUCENE-4406
> URL: https://issues.apache.org/jira/browse/LUCENE-4406
> Project: Lucene - Core
> Issue Type: Bug
> Components: general/test
> Reporter: Grant Ingersoll
> Assignee: Dawid Weiss
> Priority: Minor
> Fix For: 5.0, 4.0
>
>
> It would be nice if, at the end of running ant test, it spit out the names of
> which tests failed so that one doesn't have to go scrolling up through the
> output or go run grep on the test-reports as a separate step.
> For another project, I use:
> {code}
> <target name="test-summary">
> <echo>Looking for summaries in: ${build.dir}/test-reports with basedir:
> ${basedir}</echo>
> <echo>Errors:</echo>
> <exec executable="grep">
> <arg value="-r"/>
> <arg value="-rl"/>
> <arg value="errors=\"[1-9]\""/>
> <arg value="${build.dir}/test-reports"/>
> </exec>
> <echo>Failures:</echo>
> <exec executable="grep">
> <arg value="-r"/>
> <arg value="-rl"/>
> <arg value="failures=\"[1-9]\""/>
> <arg value="${build.dir}/test-reports"/>
> </exec>
> </target>
> {code}
> which can likely be modified for Lucene. I can do it, but wanted to see if
> others had an opinion.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]