diff options
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/logging.hook | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/logging.hook b/contrib/logging.hook index b314dd1..8a9f75f 100755 --- a/contrib/logging.hook +++ b/contrib/logging.hook @@ -82,6 +82,7 @@ function report_fail { function report_success { if [[ -n "$*" ]]; then stat_append "- $*" + REPORT_TRYING= fi report_log notice "${*:-succeeded}" stat_done |