changeset in /hg/icedtea: * Makefile.am (jtregcheck): Clean up j...
Mark Wielaard
mark at klomp.org
Thu Dec 4 06:11:23 PST 2008
changeset 0d528f5c93eb in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=0d528f5c93eb
description:
* Makefile.am (jtregcheck): Clean up jtreg-summary.log a bit more.
diffstat:
2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog | 4 ++++
Makefile.am | 2 +-
diffs (23 lines):
diff -r 1c9ba5e52e34 -r 0d528f5c93eb ChangeLog
--- a/ChangeLog Mon Nov 24 13:30:00 2008 +0100
+++ b/ChangeLog Mon Nov 24 21:52:30 2008 +0100
@@ -1,3 +1,7 @@ 2008-11-24 Mark Wielaard <mark at klomp.o
+2008-11-24 Mark Wielaard <mark at klomp.org>
+
+ * Makefile.am (jtregcheck): Clean up jtreg-summary.log a bit more.
+
2008-11-24 Mark Wielaard <mark at klomp.org>
* overlays/openjdk/jdk/test/com/sun/media/sound/
diff -r 1c9ba5e52e34 -r 0d528f5c93eb Makefile.am
--- a/Makefile.am Mon Nov 24 13:30:00 2008 +0100
+++ b/Makefile.am Mon Nov 24 21:52:30 2008 +0100
@@ -1618,7 +1618,7 @@ jtregcheck: jtreg check-hotspot check-la
jtregcheck: jtreg check-hotspot check-langtools check-jdk
for i in hotspot langtools jdk; do \
echo "--------------- jtreg console summary for $$i ---------------"; \
- egrep -v '^(Passed:|Directory)' test/check-$$i.log; \
+ egrep -v '^(Passed:|Directory)|Re[a-z]+\ written\ to)' test/check-$$i.log; \
done | tee test/jtreg-summary.log
: # kill testsuite processes still hanging
More information about the distro-pkg-dev
mailing list