Remove quotes around file test in make vm
otherwise make thinks credentials file doesn't exist and doesn't include it in the VM image causing all cloud tests to fail.
This commit is contained in:
parent
33151372df
commit
eb8ca5b5bf
2
Makefile
2
Makefile
@ -150,7 +150,7 @@ $(VM_IMAGE): srpm bots
|
|||||||
--run-command "chmod +x /var/tmp/vm.install" \
|
--run-command "chmod +x /var/tmp/vm.install" \
|
||||||
--run-command "cd /var/tmp; /var/tmp/vm.install $$srpm" \
|
--run-command "cd /var/tmp; /var/tmp/vm.install $$srpm" \
|
||||||
$(TEST_OS)
|
$(TEST_OS)
|
||||||
[ -f "~/.config/lorax-test-env" ] && bots/image-customize \
|
[ -f ~/.config/lorax-test-env ] && bots/image-customize \
|
||||||
--upload ~/.config/lorax-test-env:/var/tmp/lorax-test-env \
|
--upload ~/.config/lorax-test-env:/var/tmp/lorax-test-env \
|
||||||
$(TEST_OS) || echo
|
$(TEST_OS) || echo
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user