Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 77 by 1dziu...@gmail.com: 'Execute Command' inconsistency with keyword documentation
http://code.google.com/p/robotframework-sshlibrary/issues/detail?id=77

...
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

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to