Fix test_sch_sheet_list to run headless.
This commit is contained in:
parent
adfc9f1288
commit
909dca71cd
|
@ -32,7 +32,8 @@ class TEST_SCH_SHEET_LIST_FIXTURE
|
|||
{
|
||||
public:
|
||||
TEST_SCH_SHEET_LIST_FIXTURE() :
|
||||
m_schematic( nullptr )
|
||||
m_schematic( nullptr ),
|
||||
m_manager( true )
|
||||
{
|
||||
m_pi = SCH_IO_MGR::FindPlugin( SCH_IO_MGR::SCH_KICAD );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue