Open mingers opened 10 years ago
This prevents stty throwing errors (like 'stty: standard input: Invalid argument') in the output when run in a non-interactive session (like via Jenkins).
Thanks. One note: you need to leave the rescue in there b/c there are cases where calling stty fails.
Sorry, I thought that was how you were managing non-interactive. I'll add it back in
np, thanks!
This prevents stty throwing errors (like 'stty: standard input: Invalid argument') in the output when run in a non-interactive session (like via Jenkins).