7.2.0
Changes from previous version:
Enhancements:
- Find prompt-based examples of Ruby even if they are prefixed by #
This may detect new examples but it should be unlikely and with
low impact. (The Ruby module is still experimental) - Enable +fail-fast inside in an example #42 As side effect, the
examples will be skipped (marked as SKIP). See c17f433 - Enable -skip inside in an example to executing even if the execution
is failing fast #43 See c17f433 - Improved the documentation.
Fixes: - Don't let gdb to ask for confirmation.