Skip to content

Commit

Permalink
[Tests][Fixed] Now we get 2 extra log files
Browse files Browse the repository at this point in the history
Which made the makefile tests fail
  • Loading branch information
set-soft committed Jan 25, 2024
1 parent f9e372f commit eb47b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plot/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ def check_makefile(ctx, mkfile, prj, dbg, txt):
assert len(deps) == 1, deps
assert ctx.get_out_path(prj+'-archive.zip') in deps
deps = targets[targets['archive']].split(' ')
assert len(deps) == 16, deps
assert len(deps) == 18, deps
# - position
assert ctx.get_out_path(os.path.join(POS_DIR, prj+'-top_pos.csv')) in deps
assert ctx.get_out_path(os.path.join(POS_DIR, prj+'-bottom_pos.csv')) in deps
Expand Down

0 comments on commit eb47b40

Please sign in to comment.