AutoTest: fix error reporting for copter AVC mission

This commit is contained in:
Randy Mackay 2014-06-06 11:40:47 +09:00
parent efd6d6dc70
commit 4f75cbcce0
1 changed files with 1 additions and 1 deletions

View File

@ -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