drc: LVS test should not throw an error if running in no-project mode
This commit is contained in:
parent
9b470b6c09
commit
aee16efe32
|
@ -216,7 +216,7 @@ bool DRC_TEST_PROVIDER_LVS::Run()
|
|||
if( !netlist )
|
||||
{
|
||||
reportAux( _("No netlist provided, skipping LVS.") );
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
testFootprints( *netlist );
|
||||
|
|
Loading…
Reference in New Issue