Skip to content

Commit

Permalink
Improve n_built reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Neves-P committed Mar 4, 2024
1 parent 92be3d5 commit e4c8eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bot/check-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -358,8 +358,8 @@ success_msg="no message matching <code>${GP_req_missing}</code>"
failure_msg="found message matching <code>${GP_req_missing}</code>"
CoDeList=${CoDeList}$(add_detail ${MISSING} 0 "${success_msg}" "${failure_msg}")

success_msg="found message(s) matching <code>${GP_no_missing}</code>"
failure_msg="no message matching <code>${GP_no_missing}</code>"
success_msg="found message(s) saying built application ($n_built) match build requests ($n_to_build)"
failure_msg="built applications ($n_built) don't match build requests ($n_to_build)"
CoDeList=${CoDeList}$(add_detail ${NO_MISSING} 1 "${success_msg}" "${failure_msg}")

success_msg="found message matching <code>${GP_tgz_created}</code>"
Expand Down

0 comments on commit e4c8eef

Please sign in to comment.