Skip to content

Commit

Permalink
[FIX] runbot: typo s/local/repo
Browse files Browse the repository at this point in the history
  • Loading branch information
odony committed Aug 24, 2015
1 parent 24efc8b commit 80722c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runbot/runbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ def checkout(self, cr, uid, ids, context=None):
_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'))
Expand Down

0 comments on commit 80722c0

Please sign in to comment.