Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium Usability

New issue 593 by jussi.ao.malinen: Ctrl-C does not support skipping the teardown AND generating a report
http://code.google.com/p/robotframework/issues/detail?id=593

Now pressing Ctrl-C once will make the rest of the tests to be skipped, but the teardown will be run. Pressing Ctrl-C twice will exit immidiately and therefore reports are not generated.

It would be useful to be able to Skip the teardown but at the same time to get the report out.

This could be implemented for example by introducing another step to ctrl-c sequence:

1. first ctrl-c skips the rest of the tests, but run the teardown. report is generated. 2. second ctrl-c makes the system to skip also the teardowns. report is generated.
3. third ctrl-c exits immidiately. No report.

Reply via email to