From 23274350da025062d603ee96aa401ed98cf20301 Mon Sep 17 00:00:00 2001 From: Semir Sionek Date: Thu, 22 May 2025 08:27:13 -0400 Subject: [PATCH] misc: ignore hs-test test errors in cov runs Type: make Change-Id: Ib5b73d1079f5585219b70c25c8c9dcfa1de7fdcd Signed-off-by: Semir Sionek --- extras/hs-test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/hs-test/Makefile b/extras/hs-test/Makefile index 097ad09ff92..bc72171a93d 100644 --- a/extras/hs-test/Makefile +++ b/extras/hs-test/Makefile @@ -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); \ -- 2.16.6