mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-17 21:41:30 +00:00
Allow HEIDI_OUTPUT to be empty
This commit is contained in:
parent
95b71e0ddb
commit
eb8f1c9fc7
@ -1306,7 +1306,8 @@ class Britney(object):
|
|||||||
if not self.options.dry_run:
|
if not self.options.dry_run:
|
||||||
target_suite = self.suite_info.target_suite
|
target_suite = self.suite_info.target_suite
|
||||||
|
|
||||||
if hasattr(self.options, 'heidi_output'):
|
if hasattr(self.options, 'heidi_output') and \
|
||||||
|
self.options.heidi_output:
|
||||||
# write HeidiResult
|
# write HeidiResult
|
||||||
self.logger.info("Writing Heidi results to %s", self.options.heidi_output)
|
self.logger.info("Writing Heidi results to %s", self.options.heidi_output)
|
||||||
write_heidi(self.options.heidi_output,
|
write_heidi(self.options.heidi_output,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user