misc: ignore hs-test test errors in cov runs 05/43005/1
authorSemir Sionek <[email protected]>
Thu, 22 May 2025 12:27:13 +0000 (08:27 -0400)
committerSemir Sionek <[email protected]>
Thu, 22 May 2025 12:27:13 +0000 (08:27 -0400)
Type: make
Change-Id: Ib5b73d1079f5585219b70c25c8c9dcfa1de7fdcd
Signed-off-by: Semir Sionek <[email protected]>
extras/hs-test/Makefile

index 097ad09..bc72171 100644 (file)
@@ -156,7 +156,7 @@ wipe-lcov:
 .PHONY: test-cov
 test-cov: FORCE_BUILD=false
 test-cov: .deps.ok .build.cov.ok wipe-lcov
-       @bash ./hs_test.sh --coverage=true --persist=$(PERSIST) --verbose=$(VERBOSE) \
+       -@bash ./hs_test.sh --coverage=true --persist=$(PERSIST) --verbose=$(VERBOSE) \
                --unconfigure=$(UNCONFIGURE) --debug=$(DEBUG) --test=$(TEST-HS) --cpus=$(CPUS) \
                --vppsrc=$(VPPSRC) --cpu0=$(CPU0) --dryrun=$(DRYRUN) --skip=$(SKIP) --no_color=$(NO_COLOR) \
                --timeout=$(TIMEOUT); \