in reply to 255: perl compilation error code and ssh cannot connect code

Can't you fix the program, rather than tampering its return code? It seems to me you should want to know if your program ends on an error.
  • Comment on Re: 255: perl compilation error code and ssh cannot connect code

Replies are listed 'Best First'.
Re^2: 255: perl compilation error code and ssh cannot connect code
by i5513 (Pilgrim) on Nov 02, 2016 at 08:14 UTC
    Hello,

    Of course I fixed my program, and now I make a pull request to ansible so that it display stderr and not "I can't connect to host"

    Thank you