busbey commented on pull request #3901:
URL: https://github.com/apache/hbase/pull/3901#issuecomment-986190569


   exit codes as of this latest patch now look correct to me. the 
`--non-interactive` flag now gets us a non-zero for the case where we call exit 
with a non-zero.
   
   
   clean_exit:
   
   |  | PR |
   |--|---|
   | cli, default |    0 |
   | cli, -n |         0 | 
   | stdin, default |  0 |
   | stdin, -n |       0 |
   
   error_exit:
   
   |  | PR |
   |--|---|
   | cli, default |    0 |
   | cli, -n |         1 | 
   | stdin, default |  0 |
   | stdin, -n |       1 |
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to