Tools: common: unload dataflash_logger module after use

This commit is contained in:
Pierre Kancir 2019-07-15 11:36:13 +02:00 committed by Peter Barker
parent 21fe1e54e5
commit b655197c95

View File

@ -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