Skip to content

Commit

Permalink
ON-15231: Simplify Makefile.inc by removing junit formatting options
Browse files Browse the repository at this point in the history
  • Loading branch information
krishd-amd committed Apr 19, 2024
1 parent 39f118e commit 45a1c9f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tests/zf_unit/Makefile.inc
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,7 @@ $(UT_SCRIPT_BINS): $(UT_BINDIR)/%: $(SRC_CURRENT)/%
.PHONY: $(UT_SCRIPT_BINS)
$(UT_SCRIPT_BINS): zf_apps $(UT_BINDIR)/zftcppingpong2
ifdef UT_OUTPUT
PROVE_FLAGS += --formatter TAP::Formatter::JUnit
UT_OUTPUT_DIR = $(UT_OUTPUT)
PROVE_REDIRECT = | sed "s/name=\"build.*zf_unit/name=\"$@/"> $(UT_OUTPUT)/$@.xml

$(filter-out run_%,$(UT_ALL_TARGETS)): | $(UT_OUTPUT_DIR)

Expand Down

0 comments on commit 45a1c9f

Please sign in to comment.