[Tests] Adjusted unknown output messages
This commit is contained in:
parent
5a5967c6b3
commit
638dcdf970
|
|
@ -8,6 +8,7 @@ include kibot/resources/config_templates/gerber/*.yaml
|
|||
include kibot/resources/config_templates/bom/*.yaml
|
||||
include kibot/resources/config_templates/bom/*.yaml
|
||||
include kibot/resources/config_templates/panelize/*.yaml
|
||||
include kibot/resources/config_templates/*.yaml
|
||||
include kibot/resources/images/*.svg
|
||||
include kibot/resources/images/*.ico
|
||||
include kibot/resources/pcbdraw/styles/*.json
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ def test_unknown_out_name_1(test_dir):
|
|||
prj = 'simple_2layer'
|
||||
ctx = context.TestContext(test_dir, prj, 'pre_and_position')
|
||||
ctx.run(EXIT_BAD_ARGS, extra=['-s', 'all', '-C', 'pp'])
|
||||
assert ctx.search_err("Unknown output .?pp")
|
||||
assert ctx.search_err("Unknown output/group .?pp")
|
||||
ctx.clean_up()
|
||||
|
||||
|
||||
|
|
@ -118,7 +118,7 @@ def test_unknown_out_name_2(test_dir):
|
|||
prj = 'simple_2layer'
|
||||
ctx = context.TestContext(test_dir, prj, 'pre_and_position')
|
||||
ctx.run(EXIT_BAD_ARGS, extra=['-s', 'all', 'pp'])
|
||||
assert ctx.search_err("Unknown output .?pp")
|
||||
assert ctx.search_err("Unknown output/group .?pp")
|
||||
ctx.clean_up()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue