Updates:
        Status: Pending

Comment #1 on issue 84 by pekka.klarck: "Read Until Prompt" only returns the last line of the output
http://code.google.com/p/robotframework-sshlibrary/issues/detail?id=84

Read Until Prompt definitely should be able to read multiple lines of output. There are at least two things you should check:

1) How is your prompt set? If it's not correct, reading until it won't work correctly either.

2) Do you possibly have some output with prompts in the output buffer when you Write? If that's the case, your Read Until Prompt will read to the first prompt in the output. You can use plain Read to clear the output buffer if needed.

Finally, if you don't need to have an interactive session otherwise, it might be easier to use Execute Command instead of Write/Read.

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