/hg/icedtea6: Makefile.am (jtregcheck): Allow setting which test...
Matthias Klose
doko at ubuntu.com
Thu Mar 24 07:59:55 PDT 2011
it's a no-change, but allows easier package building & testing for me. I'll
check it in for the 1.8 branch. ok for the 1.9 branch too?
Matthias
On 04.03.2011 16:09, doko at icedtea.classpath.org wrote:
> changeset 55bfe07e584d in /hg/icedtea6
> details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=55bfe07e584d
> author: doko at ubuntu.com
> date: Fri Mar 04 16:09:19 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:
>
> 2 files changed, 4 insertions(+), 1 deletion(-)
> ChangeLog | 3 +++
> Makefile.am | 2 +-
>
> diffs (25 lines):
>
> diff -r 13df4d5a5bc2 -r 55bfe07e584d ChangeLog
> --- a/ChangeLog Fri Mar 04 02:13:35 2011 +0100
> +++ b/ChangeLog Fri Mar 04 16:09:19 2011 +0100
> @@ -1,3 +1,7 @@ 2011-03-04 Xerxes Ranby <xerxes at zafena
> +2011-02-24 Matthias Klose <doko at ubuntu.com>
> +
> + * Makefile.am (jtregcheck): Allow setting which tests to run.
> +
> 2011-03-04 Xerxes Ranby <xerxes at zafena.se>
>
> CACAO: Ignore all unknown options.
> diff -r 13df4d5a5bc2 -r 55bfe07e584d Makefile.am
> --- a/Makefile.am Fri Mar 04 02:13:35 2011 +0100
> +++ b/Makefile.am Fri Mar 04 16:09:19 2011 +0100
> @@ -2108,7 +2108,9 @@ jtreg_pids = ps x --no-headers -ww -o pi
> 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