1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00
This commit is contained in:
Jason N. 2024-03-04 19:08:09 -05:00
parent 0cc856ae03
commit cec31acbde

View file

@ -101,7 +101,7 @@ install-deps:
dnf install -y lorax xorriso skopeo dnf install -y lorax xorriso skopeo
test-iso: test-iso:
_TESTS = $(filter-out README.md,$(shell ls tests/iso)) $(eval _TESTS = $(filter-out README.md,$(shell ls tests/iso)))
$(foreach test,$(_TESTS),chmod +x tests/iso/$(test)) $(foreach test,$(_TESTS),chmod +x tests/iso/$(test))
$(foreach test,$(_TESTS),./tests/iso/$(test) deploy.iso) $(foreach test,$(_TESTS),./tests/iso/$(test) deploy.iso)