Skip to content

Commit

Permalink
Improve legend in bibop-massive script
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Dec 10, 2023
1 parent bc0e012 commit dbab1cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/bibop-massive
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
################################################################################

APP="bibop-massive"
VER="1.12.1"
VER="1.12.2"
DESC="Utility for mass package testing"

################################################################################
Expand Down Expand Up @@ -1076,7 +1076,7 @@ separator() {
# Code: No
# Echo: No
printLegend() {
show "\n${CL_BOLD}Legend:${CL_NORM} ${CL_DARK}${CL_NORM} - skipped ${CL_DARK}|${CL_NORM} ${CL_GREEN}${CL_NORM} - passed ${CL_DARK}|${CL_NORM} ${CL_YELLOW}${CL_NORM} - warning ${CL_DARK}|${CL_NORM} ${CL_RED}${CL_NORM} - error"
show "\n${CL_BOLD}Legend:${CL_NORM} ${CL_DARK}skipped${CL_NORM} ${CL_DARK}|${CL_NORM} ${CL_GREEN}passed${CL_NORM} ${CL_DARK}|${CL_NORM} ${CL_YELLOW}warning${CL_NORM} ${CL_DARK}|${CL_NORM} ${CL_RED}error${CL_NORM}"
}

# Signal trap for INT/TERM/QUIT
Expand Down

0 comments on commit dbab1cc

Please sign in to comment.