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

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


The following commit(s) were added to refs/heads/main by this push:
     new d77c524  YETUS-1013 The --sentinel option in test-patch.sh should also 
set ROB… (#145)
d77c524 is described below

commit d77c5247024855dba63bd8647f18d036029eab52
Author: Duo Zhang <[email protected]>
AuthorDate: Fri Oct 2 21:16:00 2020 +0800

    YETUS-1013 The --sentinel option in test-patch.sh should also set ROB… 
(#145)
    
    Signed-off-by: Allen Wittenauer <[email protected]>
---
 precommit/src/main/shell/test-patch.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/precommit/src/main/shell/test-patch.sh 
b/precommit/src/main/shell/test-patch.sh
index d5d3aa1..3234bee 100755
--- a/precommit/src/main/shell/test-patch.sh
+++ b/precommit/src/main/shell/test-patch.sh
@@ -873,6 +873,8 @@ function parse_args
       --sentinel)
         delete_parameter "${i}"
         # shellcheck disable=SC2034
+        ROBOT=true
+        # shellcheck disable=SC2034
         SENTINEL=true
         yetus_add_array_element EXEC_MODES Sentinel
       ;;

Reply via email to