drc: LVS test should not throw an error if running in no-project mode

This commit is contained in:
Tomasz Wlostowski 2020-10-01 18:47:35 +02:00
parent 9b470b6c09
commit aee16efe32
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ bool DRC_TEST_PROVIDER_LVS::Run()
if( !netlist )
{
reportAux( _("No netlist provided, skipping LVS.") );
return false;
return true;
}
testFootprints( *netlist );