[Tests][KiCad 8] Keep the project for the grid test

This commit is contained in:
Salvador E. Tropea 2024-02-17 16:03:20 -03:00
parent 932ffa53b4
commit b80dd21aea
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ def test_erc_off_grid_1(test_dir):
ctx.run()
# Check all outputs are there
ctx.expect_out_file(prj+'-erc.txt', sub=True)
ctx.clean_up()
ctx.clean_up(keep_project=context.ki8())
def test_drc_1(test_dir):