mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -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))
|
self.progress("Exception (%s) caught" % str(e))
|
||||||
ex = e
|
ex = e
|
||||||
self.context_pop()
|
self.context_pop()
|
||||||
|
self.mavproxy.send("module unload dataflash_logger\n")
|
||||||
|
self.mavproxy.expect("Unloaded module dataflash_logger")
|
||||||
self.reboot_sitl()
|
self.reboot_sitl()
|
||||||
if ex is not None:
|
if ex is not None:
|
||||||
raise ex
|
raise ex
|
||||||
|
Loading…
Reference in New Issue
Block a user