mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: no result for subcommand
This commit is contained in:
parent
d5114c0062
commit
2a49ac4f8c
@ -933,7 +933,8 @@ class ConfigStep(models.Model):
|
||||
elif self.job_type == 'install_odoo':
|
||||
if self.coverage:
|
||||
build.write(self._make_coverage_results(build))
|
||||
self._make_odoo_results(build)
|
||||
if not self.sub_command:
|
||||
self._make_odoo_results(build)
|
||||
elif self.job_type == 'test_upgrade':
|
||||
self._make_upgrade_results(build)
|
||||
elif self.job_type == 'restore':
|
||||
|
Loading…
Reference in New Issue
Block a user