macformula / hil

Automated HIL tester for system-level testing of MACFE firmware
4 stars 0 forks source link

Inline the GetResults map value-setting #85

Closed BlakeFreer closed 3 days ago

BlakeFreer commented 2 months ago

In lvstartup.go, GetResults copies a bunch of struct fields into a map. Change lvStartup to hold the map directly and set the key-values as the tests are performed.