From 544bbe5a1049e8ee45a5a8413f963a914b8e9d39 Mon Sep 17 00:00:00 2001 From: Olivier Dony Date: Mon, 24 Aug 2015 10:40:13 +0200 Subject: [PATCH] [FIX] runbot: typo s/local/repo --- runbot/runbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbot/runbot.py b/runbot/runbot.py index c5e3cee6..2b9dbb4c 100644 --- a/runbot/runbot.py +++ b/runbot/runbot.py @@ -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'))