Browse Source

autotest: correct diagnostic message

apm_2208
Peter Barker 3 years ago committed by Peter Barker
parent
commit
208554d402
  1. 2
      Tools/autotest/common.py

2
Tools/autotest/common.py

@ -4065,7 +4065,7 @@ class AutoTest(ABC): @@ -4065,7 +4065,7 @@ class AutoTest(ABC):
return self.check_mission_items_same(check_atts, want, got, skip_first_item=True, strict=strict)
def check_mission_item_upload_download(self, items, itype, mission_type, strict=True):
self.progress("check %s _upload/download: upload %u items" %
self.progress("check %s upload/download: upload %u items" %
(itype, len(items),))
self.upload_using_mission_protocol(mission_type, items)
self.progress("check %s upload/download: download items" % itype)

Loading…
Cancel
Save