Fixed path to makefile test.
This commit is contained in:
parent
8b459e85d5
commit
86f21ff08c
|
|
@ -644,7 +644,7 @@ def test_makefile_1(test_dir):
|
|||
assert ctx.get_out_path('gerbers') in deps
|
||||
logging.debug('- Target `archive` OK')
|
||||
ctx.search_err(r'\(kibom_external\) \[kibom\] uses a name generated by the external tool')
|
||||
ctx.search_err(r'Wrong character in file name `pp/test_makefile_1/test_v5-top\$.svg')
|
||||
ctx.search_err(r'Wrong character in file name `(.*)/test_makefile_1/test_v5-top\$.svg')
|
||||
ctx.clean_up()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue