summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2025-02-22 13:13:55 +0200
committerGitHub <noreply@github.com>2025-02-22 13:13:55 +0200
commitc6bf02f56872e719c8cddb05678666f3f40ba9f8 (patch)
tree1ae841985101b0a7931f8313c1b37e2f6f632d31
parent862a5ef0520fd8fee9cdc4528063b5c23073e957 (diff)
parente3eb56dd4051431173b2817cc584602fef93cb07 (diff)
downloadvyos-build-c6bf02f56872e719c8cddb05678666f3f40ba9f8.tar.gz
vyos-build-c6bf02f56872e719c8cddb05678666f3f40ba9f8.zip
Merge pull request #917 from MPStudyly/patch-1
T7184: Fix makefile target test
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 059f6ac8..6cd6c18a 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ checkiso:
.PHONY: test
.ONESHELL:
test: checkiso
- scripts/check-qemu-install --debug --configd --match="$(MATCH)" --smoketest --uefi build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS))
+ scripts/check-qemu-install --debug --configd --match="$(MATCH)" --smoketest --uefi --cpu 4 --memory 8 build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS))
.PHONY: test-no-interfaces
.ONESHELL: