summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav <v.gletenko@vyos.io>2025-07-03 06:06:58 +0000
committerViacheslav <v.gletenko@vyos.io>2025-07-03 06:06:58 +0000
commit3d0e999c80a388ea984e7ff08c6ebb6908522230 (patch)
treefa64b62da963b3654ebc330d4c04c0dc7f7cb15f
parent7807f0d0e86d866d993c5d31292e3206e4e88cfd (diff)
downloadvyos-build-3d0e999c80a388ea984e7ff08c6ebb6908522230.tar.gz
vyos-build-3d0e999c80a388ea984e7ff08c6ebb6908522230.zip
T7606: Exclucde VPP config-load test from the phony testc
We have a separate PHONY for VPP tests
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: