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:
parent
e221e6ce45
commit
ce61f44505
@ -1722,6 +1722,9 @@ class AutoTest(ABC):
|
|||||||
])
|
])
|
||||||
|
|
||||||
(parameters, seq_id) = self.download_parameters(target_system, target_component)
|
(parameters, seq_id) = self.download_parameters(target_system, target_component)
|
||||||
|
|
||||||
|
self.reset_SITL_commandline()
|
||||||
|
|
||||||
fail = False
|
fail = False
|
||||||
for param in parameters.keys():
|
for param in parameters.keys():
|
||||||
if param.startswith("SIM_"):
|
if param.startswith("SIM_"):
|
||||||
|
Loading…
Reference in New Issue
Block a user