From b80dd21aeae60813e94e8c7883179c757d47c690 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sat, 17 Feb 2024 16:03:20 -0300 Subject: [PATCH] [Tests][KiCad 8] Keep the project for the grid test --- tests/test_plot/test_preflight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plot/test_preflight.py b/tests/test_plot/test_preflight.py index 408fd030..7dd74988 100644 --- a/tests/test_plot/test_preflight.py +++ b/tests/test_plot/test_preflight.py @@ -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):