mirror of https://github.com/ArduPilot/ardupilot
AutoTest: fix error reporting for copter AVC mission
This commit is contained in:
parent
efd6d6dc70
commit
4f75cbcce0
|
@ -1371,6 +1371,6 @@ def fly_CopterAVC(viewerip=None, map=False):
|
||||||
util.pexpect_close(sim)
|
util.pexpect_close(sim)
|
||||||
|
|
||||||
if failed:
|
if failed:
|
||||||
print("FAILED: %s" % e)
|
print("FAILED: %s" % failed_test_msg)
|
||||||
return False
|
return False
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Reference in New Issue