yanne / api-test

0 stars 0 forks source link

Enhanced documentation of running commands in a new or in an interactive shell #77

Closed yanne closed 10 years ago

yanne commented 10 years ago

... Execute Command pwd Execute Command cd home/user/newfile/ Execute Command pwd

Assuming that first pwd returned home/user/

Due to keyword description cd schould change directory to newfile and second pwd schould return home/user/newfile

But you forgot to mention in description, that Execute Command works like bash script, so after it ends, we are back in previous directory. home/user/

You schould change keyword or it documentation/description

This issue was originally opened at Google Code on Aug 26, 2013.

yanne commented 10 years ago

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

I agree. Running commands either in the new shell or in an interactive shell should be documented more clearly.

yanne commented 10 years ago

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

Done by https://code.google.com/p/robotframework-sshlibrary/source/detail?r=9094fae90dcf6be45932b829a313df96f59ac256 .

yanne commented 10 years ago

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

Please give your opinions if the documentation is clear enough now.

yanne commented 10 years ago

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

Docs proofread. Looks very good.