mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
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
Block a user