Adapted the pre-flight test to the new output format.
This commit is contained in:
parent
6fa6356f9c
commit
5291af250c
|
|
@ -391,7 +391,7 @@ def test_help_output_plugin_3(test_dir, monkeypatch):
|
|||
m.setenv("HOME", os.path.join(ctx.get_board_dir(), '../..'))
|
||||
logging.debug('HOME='+os.environ['HOME'])
|
||||
ctx.run(extra=['--help-preflights'], no_verbose=True, no_out_dir=True, no_yaml_file=True, no_board_file=True)
|
||||
assert ctx.search_out('- pre_test: Undocumented')
|
||||
assert ctx.search_out('- `pre_test`: Undocumented')
|
||||
ctx.clean_up()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue