yanne / api-test

0 stars 0 forks source link

Keywords `Execute Command` and `Read Command Output` automatically log the return code #86

Closed yanne closed 10 years ago

yanne commented 10 years ago

It's likely useful to see the return code of the command executed with Execute Command in log so the keyword should log (in addition to the currently logged executed command) the return code of the command, even if it is not configured to be returned.

This issue was originally opened at Google Code on Sep 23, 2013.

yanne commented 10 years ago

Original comment by anssi.sy...@eficode.com on Sep 23, 2013.

Done as part of this commit: https://code.google.com/p/robotframework-sshlibrary/source/detail?r=ba78dfd1f7893ff21914d4513c415f7015dfb496

yanne commented 10 years ago

Original comment by pekka.klarck on Oct 17, 2013.

Changed this in revision 6eeec0bf076e so that also Read Command Output logs the RC.