mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
make for just creates a list
This commit is contained in:
parent
1744eadda3
commit
88f597b575
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -206,7 +206,7 @@ test-iso:
|
|||
|
||||
test-vm:
|
||||
$(eval _TESTS = $(filter-out README.md,$(shell ls tests/vm)))
|
||||
$(foreach test,$(_TESTS),chmod +x tests/vm/$(test))
|
||||
$(foreach test,$(_TESTS),./tests/vm/$(test) deploy.iso)
|
||||
chmod +x $(foreach test,$(_TESTS),tests/vm/$(test))
|
||||
for test in $(_TESTS); do ./tests/vm/${test} deploy.iso; done
|
||||
|
||||
.PHONY: clean install-deps test test-iso test-vm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue