diff options
| -rw-r--r-- | Makefile | 9 | 
1 files changed, 2 insertions, 7 deletions
| @@ -21,17 +21,12 @@ checkiso:  .PHONY: test  .ONESHELL:  test: checkiso -	scripts/check-qemu-install --debug --match="$(MATCH)" --uefi build/live-image-amd64.hybrid.iso +	scripts/check-qemu-install --debug --configd --match="$(MATCH)" --uefi build/live-image-amd64.hybrid.iso  .PHONY: test-no-interfaces  .ONESHELL:  test-no-interfaces: checkiso -	scripts/check-qemu-install --debug --match="$(MATCH)" --no-interfaces build/live-image-amd64.hybrid.iso - -.PHONY: testd -.ONESHELL: -testd: checkiso -	scripts/check-qemu-install --debug --configd build/live-image-amd64.hybrid.iso +	scripts/check-qemu-install --debug --configd --match="$(MATCH)" --uefi --no-interfaces build/live-image-amd64.hybrid.iso  .PHONY: testc  .ONESHELL: | 
