[kicad] Re: Issue#19183: Merge request - pipeline advice / help

2025-01-25 Thread Damjan Prerad
When I do "make test" locally - with and without any changes to repo, I get this: === short test summary info FAILED cli/test_sch.py::test_sch_export_erc[cli/basic_test/basic_test.kicad_sch-basic_test.erc.rpt-1-False-0-cli_args0] FAILED cl

[kicad] Issue#19183: Merge request - pipeline advice / help

2025-01-25 Thread Damjan Prerad
Hello guys, I'm new to this dev community, I made my first MR couple of days ago but the pipeline is failing: Test summary: 4 failed, 1115 total tests https://gitlab.com/kicad/code/kicad/-/merge_requests/2129 What I'm wondering is if someone could tell me if it's due to my mistake or there is

Re: [kicad] Issue#19183: Merge request - pipeline advice / help

2025-01-25 Thread Jeff Young
There were some test failures that were recently fixed, so you might need to merge out. (The CLI tests won’t run on MacOS, so I’m not sure if they’re the same ones or not.) Cheers, Jeff. > On 25 Jan 2025, at 17:36, Damjan Prerad wrote: > > When I do "make test" locally - with and without an