changeset in /hg/icedtea6: * Makefile.am (check-langtools): Run ...

Mark Wielaard mark at klomp.org
Sun Nov 9 13:31:59 PST 2008


changeset 688efd120766 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=688efd120766
description:
	* Makefile.am (check-langtools): Run jtreg with -samevm.

diffstat:

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

diffs (23 lines):

diff -r 76b5306fead0 -r 688efd120766 ChangeLog
--- a/ChangeLog	Sun Nov 09 22:29:59 2008 +0100
+++ b/ChangeLog	Sun Nov 09 22:31:21 2008 +0100
@@ -1,3 +1,7 @@ 2008-11-09  Mark Wielaard  <mark at klomp.o
+2008-11-09  Mark Wielaard  <mark at klomp.org>
+
+	* Makefile.am (check-langtools): Run jtreg with -samevm.
+
 2008-11-09  Mark Wielaard  <mark at klomp.org>
 
 	* test/jtreg/README,
diff -r 76b5306fead0 -r 688efd120766 Makefile.am
--- a/Makefile.am	Sun Nov 09 22:29:59 2008 +0100
+++ b/Makefile.am	Sun Nov 09 22:31:21 2008 +0100
@@ -1588,7 +1588,7 @@ check-langtools: stamps/jtreg.stamp
 	mkdir -p test/langtools/JTwork test/langtools/JTreport
 	$(ICEDTEA_BOOT_DIR)/bin/java -jar test/jtreg.jar -v1 -a -ignore:quiet \
 		-w:test/langtools/JTwork -r:test/langtools/JTreport \
-		-jdk:`pwd`/$(BUILD_OUTPUT_DIR)/j2sdk-image \
+		-s -jdk:`pwd`/$(BUILD_OUTPUT_DIR)/j2sdk-image \
 		`pwd`/openjdk/langtools/test \
 	    | tee test/$@.log
 



More information about the distro-pkg-dev mailing list