From 16f392e916b4f6da871f7b7989b4a643cb66f9db Mon Sep 17 00:00:00 2001 From: Antony Lesuisse Date: Sun, 29 Jun 2014 18:33:39 +0200 Subject: [PATCH] runbot fix gevent test --- runbot/runbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbot/runbot.py b/runbot/runbot.py index e3928dc8..60faea81 100644 --- a/runbot/runbot.py +++ b/runbot/runbot.py @@ -659,7 +659,7 @@ class runbot_build(osv.osv): # run server cmd, mods = build.cmd() - if os.path.exists(build.path('openerp/addons/im')): + if os.path.exists(build.path('openerp/addons/im_livechat')): cmd += ["--workers", "2"] cmd += ["--longpolling-port", "%d" % (build.port + 1)] cmd += ["--max-cron-threads", "1"]