mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 23:45:44 +07:00
[FIX] runbot: typo s/local/repo
This commit is contained in:
parent
abce301ed1
commit
544bbe5a10
@ -721,7 +721,7 @@ class runbot_build(osv.osv):
|
||||
_logger.debug("manual modules_to_test for build %s: %s", build.dest, modules_to_test)
|
||||
|
||||
if not has_server:
|
||||
if build.repo_id.modules_auto == 'local':
|
||||
if build.repo_id.modules_auto == 'repo':
|
||||
modules_to_test += [
|
||||
os.path.basename(os.path.dirname(a))
|
||||
for a in glob.glob(build.path('*/__openerp__.py'))
|
||||
|
Loading…
Reference in New Issue
Block a user