autotest: reset SITL commandline after fetching unhidden parameters

this makes a difference under Valgrind, which has to reboot slightly differently to normal SITL
This commit is contained in:
Peter Barker 2021-02-17 23:06:52 +11:00 committed by Peter Barker
parent e221e6ce45
commit ce61f44505

View File

@ -1722,6 +1722,9 @@ class AutoTest(ABC):
])
(parameters, seq_id) = self.download_parameters(target_system, target_component)
self.reset_SITL_commandline()
fail = False
for param in parameters.keys():
if param.startswith("SIM_"):