Tools: autotest: collect logs correctly for Sub

This commit is contained in:
Peter Barker 2018-11-05 08:39:01 +11:00 committed by Peter Barker
parent 76f4b132b2
commit f94755b5a1

View File

@ -522,6 +522,8 @@ def check_logs(step):
vehicle = step[4:]
elif step.startswith('drive.'):
vehicle = step[6:]
elif step.startswith('dive.'):
vehicle = step[5:]
else:
return
logs = glob.glob("logs/*.BIN")