Browse Source

Tools: common: unload dataflash_logger module after use

mission-4.1.18
Pierre Kancir 6 years ago committed by Peter Barker
parent
commit
b655197c95
  1. 2
      Tools/autotest/common.py

2
Tools/autotest/common.py

@ -2356,6 +2356,8 @@ class AutoTest(ABC): @@ -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…
Cancel
Save