From a1446ec0074b3e5994818adf93b3112cc5af5966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20=C5=A0t=C4=9Bp=C3=A1nek?= Date: Thu, 10 Jun 2021 17:41:27 +0200 Subject: [PATCH] Configure CI (no. 148) --- ci/linux/run.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/linux/run.sh b/ci/linux/run.sh index fa42fe0e8d..7975f013e8 100755 --- a/ci/linux/run.sh +++ b/ci/linux/run.sh @@ -126,10 +126,10 @@ echo "TEST_RESULTS_DIR=$TEST_RESULTS_DIR" # ================ function print_header { - tput sgr0 && tput setaf 3 - echo "--------------------------------" - echo "$(tput smso)$@$(tput rmso)" - echo "--------------------------------" + tput sgr0 + echo "$(tput setaf 3)--------------------------------" + echo "$(tput setaf 3 && tput smso)$@$(tput rmso)" + echo "$(tput setaf 3)--------------------------------" tput sgr0 }