autotest: don't show line noise in log download

This commit is contained in:
Andrew Tridgell 2016-01-10 17:35:23 +11:00
parent bd111bd90b
commit 6cf1fd762b

View File

@ -251,6 +251,7 @@ def log_download(mavproxy, mav, filename, timeout=360):
mavproxy.expect("numLogs")
mav.wait_heartbeat()
mav.wait_heartbeat()
mavproxy.send("set shownoise 0\n")
mavproxy.send("log download latest %s\n" % filename)
mavproxy.expect("Finished downloading", timeout=timeout)
mav.wait_heartbeat()