autotest: fixed dump of file based logs

This commit is contained in:
Andrew Tridgell 2013-04-20 18:24:19 +10:00
parent 02ed37e750
commit 9e92a60cfa
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ def dump_logs(atype):
else:
numlogs = int(mavproxy.match.group(1))
for i in range(numlogs):
mavproxy.expect("Log (\d+),")
mavproxy.expect("Log (\d+)")
lognums.append(int(mavproxy.match.group(1)))
mavproxy.expect("Log]")
for i in range(numlogs):