misc: ignore hs-test cov failures in test-cov-both target 59/42959/3
authorSemir Sionek <[email protected]>
Wed, 14 May 2025 14:12:44 +0000 (14:12 +0000)
committerDave Wallace <[email protected]>
Fri, 16 May 2025 10:41:29 +0000 (10:41 +0000)
Type: make
Change-Id: I983e052a18e1d02c9f1d77b667f4983695c2cf71
Signed-off-by: Semir Sionek <[email protected]>
Makefile

index 6f9a735..d7fce89 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -565,9 +565,9 @@ test-cov-post-standalone:
 test-cov-both:
        @echo "Running Python, Golang tests and merging coverage reports."
        find $(BR) -name '*.gcda' -delete
-       @$(MAKE) test-cov
+       -@$(MAKE) test-cov
        find $(BR) -name '*.gcda' -delete
-       @$(MAKE) test-cov-hs
+       -@$(MAKE) test-cov-hs
        @$(MAKE) cov-merge
 
 .PHONY: test-cov-build