/hg/release/icedtea6-1.10: Makefile.am (jtregcheck): Allow setti...

doko at icedtea.classpath.org doko at icedtea.classpath.org
Fri Mar 25 05:22:24 PDT 2011


changeset b162f7c4fe64 in /hg/release/icedtea6-1.10
details: http://icedtea.classpath.org/hg/release/icedtea6-1.10?cmd=changeset;node=b162f7c4fe64
author: doko at ubuntu.com
date: Fri Mar 25 13:17:53 2011 +0100

	Makefile.am (jtregcheck): Allow setting which tests to run.

	2011-02-24 Matthias Klose <doko at ubuntu.com>

	 * Makefile.am (jtregcheck): Allow setting which tests to
	run.


diffstat:

 ChangeLog   |  4 ++++
 Makefile.am |  4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r 100f2c821aa5 -r b162f7c4fe64 ChangeLog
--- a/ChangeLog	Thu Mar 24 16:05:21 2011 +0000
+++ b/ChangeLog	Fri Mar 25 13:17:53 2011 +0100
@@ -1,3 +1,7 @@
+2011-02-24  Matthias Klose  <doko at ubuntu.com>
+
+	* Makefile.am (jtregcheck): Allow setting which tests to run.
+
 2011-03-24  Andrew John Hughes  <ahughes at redhat.com>
 
 	* NEWS: Cleanup and mention hs20 b11.
diff -r 100f2c821aa5 -r b162f7c4fe64 Makefile.am
--- a/Makefile.am	Thu Mar 24 16:05:21 2011 +0000
+++ b/Makefile.am	Fri Mar 25 13:17:53 2011 +0100
@@ -2102,7 +2102,9 @@
 jtreg_pids = ps x --no-headers -ww -o pid,ppid,args \
 	| awk '$$2 == 1 && $$3 ~ /^$(subst /,\/,$(CURDIR)/$(sdkimg))/ {print $$1}'
 
-jtregcheck: jtreg check-hotspot check-langtools check-jdk
+jtreg_checks = hotspot langtools jdk
+
+jtregcheck: jtreg $(jtreg_checks:%=check-%)
 	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; \



More information about the distro-pkg-dev mailing list