From affeee821b93be7d4393492e95e0cc0dc734573c Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 24 Jun 2019 12:25:50 +0200 Subject: [PATCH] Fix Printing of Banner --- .dev-tools/test-blocker.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.dev-tools/test-blocker.sh b/.dev-tools/test-blocker.sh index 5a6ad62b6..7fa633ac9 100755 --- a/.dev-tools/test-blocker.sh +++ b/.dev-tools/test-blocker.sh @@ -29,6 +29,7 @@ magenta=$(tput setaf 5) cyan=$(tput setaf 6) white=$(tput setaf 7) defaultcolor=$(tput setaf default) +banner=$(cat ${TRAVIS_BUILD_DIR}/.dev-tools/banner.txt) # ******************************************* # Set Location of our Curl Test Results Files @@ -436,9 +437,7 @@ echo "${bold}${gren}All Tests Passed" echo "${bold}${magenta}Now We Test Whitelisting and then Release a new build" printf "\n" -${bold}${yellow} -cat ${TRAVIS_BUILD_DIR}/.dev-tools/banner.txt -${defaultcolor} +${bold}${yellow}${banner}${defaultcolor} # ********************** # Exit With Error Number