Updates:
Summary: Command line option to skip teardowns when execution is stopped
gracefully (e.g. with `Ctrl-C`)
Labels: -Usability Target-2.5.2
Comment #3 on issue 593 by pekka.klarck: Command line option to skip
teardowns when execution is stopped gracefully (e.g. with `Ctrl-C`)
http://code.google.com/p/robotframework/issues/detail?id=593
We decided to add a separate command line option (probably new `--runmode`)
that can be used to tell the framework that teardowns must not be executed
when execution is stopped prematurely. The biggest benefit of this approach
over asking from user what to do is that it works with all ways to stop
execution (ctrl-c, signals, fatal exceptions, exit-on-failure mode).