This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/master by this push:
     new bb43873  YETUS-343. Missing words in test-patch.sh usage message 
(addendum)
bb43873 is described below

commit bb438738e42dcfca298a8a0185406ff5daae0a8e
Author: Allen Wittenauer <a...@apache.org>
AuthorDate: Tue Apr 23 08:52:47 2019 -0700

    YETUS-343. Missing words in test-patch.sh usage message (addendum)
    
    Signed-off-by: Allen Wittenauer <a...@apache.org>
---
 precommit/src/main/shell/test-patch.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/precommit/src/main/shell/test-patch.sh 
b/precommit/src/main/shell/test-patch.sh
index 2019e17..05c6889 100755
--- a/precommit/src/main/shell/test-patch.sh
+++ b/precommit/src/main/shell/test-patch.sh
@@ -753,6 +753,7 @@ function yetus_usage
   yetus_generic_columnprinter "${YETUS_OPTION_USAGE[@]}"
   yetus_reset_usage
 
+  # shellcheck disable=SC2153
   for plugin in "${BUILDTOOLS[@]}" "${TESTTYPES[@]}" "${BUGSYSTEMS[@]}" 
"${TESTFORMATS[@]}"; do
     if declare -f "${plugin}_usage" >/dev/null 2>&1; then
       echo ""

Reply via email to