changeset 1452:ec447dfa01f5

* Makefile.am (jtregcheck): Fix regexp.
author Mark Wielaard <mark@klomp.org>
date Tue, 25 Nov 2008 09:31:17 +0100
parents 0d528f5c93eb
children c7a7e41ec581
files ChangeLog Makefile.am
diffstat 2 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Nov 24 21:52:30 2008 +0100
+++ b/ChangeLog	Tue Nov 25 09:31:17 2008 +0100
@@ -1,3 +1,7 @@
+2008-11-25  Mark Wielaard  <mark@klomp.org>
+
+	* Makefile.am (jtregcheck): Fix regexp.
+
 2008-11-24  Mark Wielaard  <mark@klomp.org>
 
 	* Makefile.am (jtregcheck): Clean up jtreg-summary.log a bit more.
--- a/Makefile.am	Mon Nov 24 21:52:30 2008 +0100
+++ b/Makefile.am	Tue Nov 25 09:31:17 2008 +0100
@@ -1618,7 +1618,7 @@
 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)|Re[a-z]+\ written\ to)' 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