RFR: JDK-8176196 sed from FindTests.gmk prints warnings (original) (raw)

Magnus Ihse Bursie magnus.ihse.bursie at oracle.com
Mon Mar 6 08:35:21 UTC 2017


If not all JTreg group files are present, the sed expression in FindTests.gmk will print a warning. This is benign but irritating.

Bug: https://bugs.openjdk.java.net/browse/JDK-8176196 Patch inline: diff --git a/make/common/FindTests.gmk b/make/common/FindTests.gmk --- a/make/common/FindTests.gmk +++ b/make/common/FindTests.gmk @@ -52,7 +52,8 @@ 1JTREGGROUPFILES:=1_JTREG_GROUP_FILES := 1JTREGGROUPFILES:=$(addprefix ($1_JTREG_TESTROOT)/,
($1_JTREG_GROUP_FILENAMES)) 1JTREGTESTGROUPS:=1_JTREG_TEST_GROUPS := 1JTREGTESTGROUPS:=$(strip (shell (SED) -n \

/Magnus



More information about the build-dev mailing list