Comment #3 on issue 1631 by coolxiao...@gmail.com: 'run keyword and
continue on failure' not mark case FAIL in the end
http://code.google.com/p/robotframework/issues/detail?id=1631
i found one possible reason, that is 'not mark FAIL' is caused by we
use 'continue for loop' and 'run keyword and continue on failure' at the
same time.
if 'continue for loop' is executed in every loop, the case will finally
mark as 'PASS'.
Please try below case:
*** Test Cases ***
test12
@{list} create list a b
:FOR ${in} IN @{list}
\ ${msg} set variable pass
\ run keyword if '${msg}' == 'pass' run keyword and continue
on failure fail 34234
\ continue for loop
--
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.