mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
remove extra args
This commit is contained in:
parent
51972852da
commit
02f4e8d0c6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -262,6 +262,6 @@ test-vm: ansible_inventory
|
|||
ansible -i ansible_inventory -m ansible.builtin.wait_for_connection vm
|
||||
$(eval _TESTS = $(filter-out README.md,$(shell ls tests/vm)))
|
||||
chmod +x $(foreach test,$(_TESTS),tests/vm/$(test))
|
||||
for test in $(_TESTS); do ./tests/vm/$${test} deploy.iso; done
|
||||
for test in $(_TESTS); do ./tests/vm/$${test}; done
|
||||
|
||||
.PHONY: clean install-deps install-test-deps test test-iso test-vm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue