aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Ivanets <iivanets@cisco.com>2025-03-28 17:48:41 +0200
committerDave Wallace <dwallacelf@gmail.com>2025-03-28 17:17:50 +0000
commitcf8deb94a22aa0df5d84f14f42fa35d3c9611ec1 (patch)
tree9686e7ff8a5dc1f86d4bc69077d07542fe78fcd9
parent1186cfecdd5ce76866aef355589375e990542c14 (diff)
tests: fix text cov-post
Type: test Need to remove unused html/cmd_line file after genhtml based on jjb/script/publish_cov.sh error about file name patter without extension Change-Id: I607951f8e464bb9e0bb88b4ee84010a5984f082a Signed-off-by: Ivan Ivanets <iivanets@cisco.com>
-rw-r--r--test/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index de3a3ca2a52..37f8e2db18b 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -423,6 +423,7 @@ cov-post: wipe-cov $(BUILD_COV_DIR)
-o $(BUILD_COV_DIR)/coverage-filtered$(HS_TEST).info
@genhtml $(BUILD_COV_DIR)/coverage-filtered$(HS_TEST).info \
--output-directory $(BUILD_COV_DIR)/html
+ @rm -f $(BUILD_COV_DIR)/html/cmd_line
@test -z "$(EXTERN_COV_DIR)" || \
genhtml $(BUILD_COV_DIR)/extern-coverage$(HS_TEST).info \
--output-directory $(BUILD_COV_DIR)/extern-html