From 3d0e999c80a388ea984e7ff08c6ebb6908522230 Mon Sep 17 00:00:00 2001 From: Viacheslav Date: Thu, 3 Jul 2025 06:06:58 +0000 Subject: T7606: Exclucde VPP config-load test from the phony testc We have a separate PHONY for VPP tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 49fdab52..4d9cd6ae 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ test-vpp: checkiso .PHONY: testc .ONESHELL: testc: checkiso - scripts/check-qemu-install --debug --configd --cpu 2 --memory 7 --configtest build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS)) + scripts/check-qemu-install --debug --configd --match="!vpp" --cpu 2 --memory 7 --configtest build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS)) .PHONY: testcvpp .ONESHELL: -- cgit v1.2.3