mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
autotest: show log numbers while dumping
This commit is contained in:
parent
fcb4d9cb15
commit
2e7a48ad9c
@ -53,6 +53,7 @@ def dump_logs(atype):
|
||||
lognums.append(int(mavproxy.match.group(1)))
|
||||
mavproxy.expect("Log]")
|
||||
for i in range(numlogs):
|
||||
print("Dumping log %u (i=%u)" % (lognums[i], i))
|
||||
mavproxy.send("dump %u\n" % lognums[i])
|
||||
mavproxy.expect("logs enabled:", timeout=400)
|
||||
mavproxy.expect("Log]")
|
||||
|
Loading…
Reference in New Issue
Block a user