Skip to content

Commit

Permalink
Set ProblemList-fips.txt if TEST_FLAG contains FIPS (#4263)
Browse files Browse the repository at this point in the history
Resovles: #4262
Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>

Signed-off-by: Lan Xia <Lan_Xia@ca.ibm.com>
  • Loading branch information
llxia authored Jan 20, 2023
1 parent 4565d84 commit adbc07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openjdk/openjdk.mk
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ ifneq ($(filter 11 16, $(JDK_VERSION)),)
endif

FEATURE_PROBLEM_LIST_FILE:=
ifeq ($(TEST_FLAG), FIPS)
ifneq (,$(findstring FIPS, $(TEST_FLAG)))
FEATURE_PROBLEM_LIST_FILE:=-exclude:$(Q)$(JTREG_JDK_TEST_DIR)$(D)ProblemList-fips.txt$(Q)
endif

Expand Down

0 comments on commit adbc07e

Please sign in to comment.