Skip to content

Commit

Permalink
Configure CI (no. 148)
Browse files Browse the repository at this point in the history
  • Loading branch information
cafour committed Jun 10, 2021
1 parent 25ddf01 commit a1446ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ci/linux/run.sh
Expand Up @@ -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
}

Expand Down

0 comments on commit a1446ec

Please sign in to comment.