Updates:
Labels: -Target-2.6 Target-2.7
Blockedon: 826
Comment #6 on issue 702 by pekka.klarck: Rerun failed tests
http://code.google.com/p/robotframework/issues/detail?id=702
Unfortunately there is no time to get this for the 2.6 release. We could
potentially add a feature that Robot can read failed tests from an earlier
output file and execute only them, but that's something you can do already
now with the gather_failed_tests.py script attached to the previous comment.
My understanding is that most people would like Robot to automatically
rerun failed test as part of the original execution. Doing that is a much
bigger task and also requires better running API (issue 826) because the
current API doesn't support running tests multiple times as part of one
execution.