Fixed path to makefile test.

This commit is contained in:
Salvador E. Tropea 2021-02-01 15:06:30 -03:00
parent 8b459e85d5
commit 86f21ff08c
1 changed files with 1 additions and 1 deletions

View File

@ -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()