From 3d9e208a2f4172c11b3bb268d68918d5e266ed66 Mon Sep 17 00:00:00 2001 From: Omer Yahud Date: Thu, 4 Mar 2021 16:19:28 +0200 Subject: [PATCH] Printing templates to stdout during testing so reviewers don't have to (#322) pull the patch and generate the templates themselves Signed-off-by: Omer Yahud --- automation/unit-tests.sh | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/automation/unit-tests.sh b/automation/unit-tests.sh index 8a942f26..6d095c33 100755 --- a/automation/unit-tests.sh +++ b/automation/unit-tests.sh @@ -3,7 +3,7 @@ set -ex make generate #syntax check -templates=( dist/templates/* ) +templates=`ls dist/templates/*` namespace="kubevirt" oc apply -f - <