mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
add eval
This commit is contained in:
parent
0cc856ae03
commit
cec31acbde
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue