mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Tools: common: unload dataflash_logger module after use
This commit is contained in:
parent
21fe1e54e5
commit
b655197c95
@ -2356,6 +2356,8 @@ class AutoTest(ABC):
|
||||
self.progress("Exception (%s) caught" % str(e))
|
||||
ex = e
|
||||
self.context_pop()
|
||||
self.mavproxy.send("module unload dataflash_logger\n")
|
||||
self.mavproxy.expect("Unloaded module dataflash_logger")
|
||||
self.reboot_sitl()
|
||||
if ex is not None:
|
||||
raise ex
|
||||
|
Loading…
Reference in New Issue
Block a user