mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-12 03:31:11 +00:00
Allow HEIDI_OUTPUT to be empty
This commit is contained in:
parent
daa126b1af
commit
b6ce105429
@ -1304,7 +1304,8 @@ class Britney(object):
|
||||
if not self.options.dry_run:
|
||||
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
|
||||
self.logger.info("Writing Heidi results to %s", self.options.heidi_output)
|
||||
write_heidi(self.options.heidi_output,
|
||||
|
Loading…
x
Reference in New Issue
Block a user