Fixed test_print_sch_svg_fail test for KiCad 6 (used .sch)
This commit is contained in:
parent
792572149b
commit
0b58424f57
|
|
@ -60,7 +60,8 @@ def test_print_sch_svg_ok(test_dir):
|
|||
def test_print_sch_svg_fail(test_dir):
|
||||
prj = '3Rs'
|
||||
ctx = context.TestContext(test_dir, 'PrSCHFail_SVG', prj, 'print_sch_svg', PDF_DIR)
|
||||
ctx.run(SVG_SCH_PRINT, no_board_file=True, extra=['-e', os.path.join(ctx.get_board_dir(), 'print_err.sch')])
|
||||
ctx.run(SVG_SCH_PRINT, no_board_file=True, extra=['-e', os.path.join(ctx.get_board_dir(),
|
||||
'print_err'+context.KICAD_SCH_EXT)])
|
||||
ctx.clean_up()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue