mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-13 17:53:11 +02:00
Don't assert on stderr messages
These can be things like missing library tables, directory creation, etc
This commit is contained in:
parent
4229b3cc76
commit
a6decf15b5
@ -194,7 +194,6 @@ def test_sch_export_erc( kitest,
|
||||
stdout, stderr, exitcode = utils.run_and_capture( command )
|
||||
|
||||
assert exitcode == expected_exit_code
|
||||
assert stderr == ''
|
||||
|
||||
# some of our netlist formats are not cross platform so skip for now
|
||||
if not skip_compare:
|
||||
|
Loading…
x
Reference in New Issue
Block a user