apigee / henchman

Orchestration and Automation tool
BSD 2-Clause "Simplified" License
109 stars 19 forks source link

Henchman should exit based on exit code and not just STDERR. #101

Closed baskaran-md closed 8 years ago

jlin21 commented 8 years ago

The shell module is set to an error state if a stderr message is received or if the return code is non zero. It will be changed to exit out only if the return code is a non zero.