4 Apr
2017
4 Apr
'17
1:55 a.m.
On 27/03/17 22:33, Andrew Gregory wrote:
Opens the test file(s), test output, and any log files in the test environment in an editor after the tests run for review. Simplifies debugging tests by avoiding the need to use --keep-root and manually opening the relevant files. The editor used can be set with --editor or $EDITOR, falling back to vim.
Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
Looks useful. Thanks, A