windvalley/gossh

The outputs that were originally 'FAILED' was marked as 'SUCCESS'

Closed this issue · 0 comments

For example:

$ gossh command "f[01-02].infra.sre.im" -e "ls -l /root" -k

Output:

f01.infra.sre.im | 2022-01-07 15:52:42 | FAILED >>
ls: /root: Permission denied

f02.infra.sre.im | 2022-01-07 15:52:43 | SUCCESS >>
ls: /root: Permission denied

All the records output above should be FAILED.