mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
parent
6e490ae1e1
commit
8d0e377a28
@ -112,8 +112,8 @@ class build:
|
|||||||
|
|
||||||
def _generate_report_(self, header, footer = None):
|
def _generate_report_(self, header, footer = None):
|
||||||
label, result = self.opts.with_arg('error-report')
|
label, result = self.opts.with_arg('error-report')
|
||||||
if (label.startswith('without') and result != 'yes') or \
|
if (label.startswith('without_') and result != 'yes') or \
|
||||||
(label.startswith('with') and result != 'no'):
|
(label.startswith('with_') and result != 'no'):
|
||||||
ereport.generate('rsb-report-%s.txt' % self.macros['name'],
|
ereport.generate('rsb-report-%s.txt' % self.macros['name'],
|
||||||
self.opts, header, footer)
|
self.opts, header, footer)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user