From eeb90e20d999b396928364231ecb8615ef20e2b2 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Thu, 9 Dec 2021 10:17:25 +0100 Subject: Testsuite: add new "make testraid" target for RAID-1 installation testing (cherry picked from commit 462c5f80e086b1f5f74c564b3cb53df230b06d6b) --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 95b6f24e..d583f794 100644 --- a/Makefile +++ b/Makefile @@ -278,6 +278,11 @@ testd: checkiso testc: checkiso scripts/check-qemu-install --debug --configd --configtest build/live-image-amd64.hybrid.iso +.PHONY: testraid +.ONESHELL: +testraid: checkiso + scripts/check-qemu-install --debug --configd --raid --configtest build/live-image-amd64.hybrid.iso + .PHONY: clean .ONESHELL: clean: -- cgit v1.2.3