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:
Alexander Todorov 2019-05-31 15:36:32 +03:00 committed by Martin Pitt
parent 33151372df
commit eb8ca5b5bf

View File

@ -150,7 +150,7 @@ $(VM_IMAGE): srpm bots
--run-command "chmod +x /var/tmp/vm.install" \
--run-command "cd /var/tmp; /var/tmp/vm.install $$srpm" \
$(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 \
$(TEST_OS) || echo