Updates: Status: StartedComment #2 on issue 585 by pekka.klarck: Timeouts and fatal errors should stop execution of templated tests immediately
http://code.google.com/p/robotframework/issues/detail?id=585
Timeouts and fatal errors were not handled correctly if a templated test had a for loop. This was fixed in r3804.
There's no so much duplication like `err.timeout or err.exit` that I'm going to add `err.dont_cont` property to get rid of it.