Index: build.xml =================================================================== --- build.xml (revision 580254) +++ build.xml (working copy) @@ -395,6 +395,7 @@ + Index: summary-reporter/src/org/apache/harmony/eut/reporter/EUTReporter.java =================================================================== --- summary-reporter/src/org/apache/harmony/eut/reporter/EUTReporter.java (revision 580254) +++ summary-reporter/src/org/apache/harmony/eut/reporter/EUTReporter.java (working copy) @@ -242,7 +242,7 @@ + "No unexpected EUT issues detected"); System.exit(RETURN_EUT_PASSED); } else { - System.err.println("EUT SCRIPT: " + System.out.println("EUT SCRIPT: " + "Unexpected EUT issues are detected"); System.exit(RETURN_EUT_FAILED); } Index: summary-reporter/src/org/apache/harmony/eut/reporter/EUTHTMLSummaryEmitter.java =================================================================== --- summary-reporter/src/org/apache/harmony/eut/reporter/EUTHTMLSummaryEmitter.java (revision 580254) +++ summary-reporter/src/org/apache/harmony/eut/reporter/EUTHTMLSummaryEmitter.java (working copy) @@ -165,6 +165,8 @@ out.println("
  • report.txt - " + "contains unexpected failures/errors details (like stack " + "traces) collected from correspondent xml reports."); + out.println("
  • eut.efl - contains " + + "expected failures/errors/crashes list with comments."); out.println(" "); }