summaryrefslogtreecommitdiffstats
path: root/tester/rt/check.py
diff options
context:
space:
mode:
Diffstat (limited to 'tester/rt/check.py')
-rwxr-xr-xtester/rt/check.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tester/rt/check.py b/tester/rt/check.py
index f5177e1..e978869 100755
--- a/tester/rt/check.py
+++ b/tester/rt/check.py
@@ -461,6 +461,7 @@ class warnings_errors:
if 'linker' not in archive:
archive['linker'] = []
archive['linker'] += [l.split(':', 1)[1].strip()]
+ messages = 'errors'
elif l.startswith('collect2:'):
archive =_create_build_errors(build, self.errors)
l = '/ld/collect2:0: error: '