mirror of https://github.com/ArduPilot/ardupilot
Tools: autotest: reword WARN to Problem on log link issue to prevent catch by CI
This commit is contained in:
parent
a7bbb1439c
commit
37c59e224e
|
@ -3318,7 +3318,7 @@ class TestSuite(ABC):
|
|||
os.link(self.logfile, self.buildlog)
|
||||
except OSError as error:
|
||||
self.progress("OSError [%d]: %s" % (error.errno, error.strerror))
|
||||
self.progress("WARN: Failed to create link: %s => %s, "
|
||||
self.progress("Problem: Failed to create link: %s => %s, "
|
||||
"will copy tlog manually to target location" %
|
||||
(self.logfile, self.buildlog))
|
||||
self.copy_tlog = True
|
||||
|
|
Loading…
Reference in New Issue