Add back the bold bit
This commit is contained in:
parent
782cc4a27f
commit
848381ae2a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci-scripts/docker.sh
vendored
2
.github/workflows/ci-scripts/docker.sh
vendored
|
@ -16,7 +16,7 @@ export DISPLAY=:99.0
|
|||
/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1024x768x24
|
||||
|
||||
red=$(tput setaf 1)
|
||||
blue=$(tput setaf 4)
|
||||
blue=$(tput bold; tput setaf 4)
|
||||
reset=$(tput sgr0)
|
||||
# print given message in red
|
||||
error() { printf '%s%s%s\n' "$red" "$*" "$reset"; }
|
||||
|
|
Loading…
Add table
Reference in a new issue