From eb8ca5b5bf3b9327a78632ce9f865aa230d16920 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Fri, 31 May 2019 15:36:32 +0300 Subject: [PATCH] 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 18b1191c..ef358553 100644 --- a/Makefile +++ b/Makefile @@ -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