diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-12-09 10:17:25 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-12-09 22:40:44 +0100 |
commit | 462c5f80e086b1f5f74c564b3cb53df230b06d6b (patch) | |
tree | eb4f95a35ada3c40669a95c24fe162bb399e9570 /Makefile | |
parent | 2aa0166d87c9ebd024dc8aff950bfb11492f59ea (diff) | |
download | vyos-build-462c5f80e086b1f5f74c564b3cb53df230b06d6b.tar.gz vyos-build-462c5f80e086b1f5f74c564b3cb53df230b06d6b.zip |
Testsuite: add new "make testraid" target for RAID-1 installation testing
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -116,6 +116,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: |