Browse Source

Add a simple file isopened guard

The saga of why the docker container fails QA continues
pull/18/head
Marek Roszko 6 months ago
parent
commit
880ca01ff7
  1. 1
      qa/tests/spice/test_netlist_exporter_spice.h

1
qa/tests/spice/test_netlist_exporter_spice.h

@ -117,6 +117,7 @@ public:
wxFFile file( GetNetlistPath( true ), "rt" );
wxString netlist;
BOOST_REQUIRE( file.IsOpened() );
file.ReadAll( &netlist );
//ngspice->Init();

Loading…
Cancel
Save