From 6e59ea5db9fd8c3a6f51c559b309ecbc4355a3d9 Mon Sep 17 00:00:00 2001 From: Christophe Simonis Date: Thu, 6 Aug 2015 20:45:09 +0200 Subject: [PATCH] [FIX] tests: explain why we ignore phatomjs return code --- openerp/tests/common.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openerp/tests/common.py b/openerp/tests/common.py index 25f1d409ae9..19bae8e3d8b 100644 --- a/openerp/tests/common.py +++ b/openerp/tests/common.py @@ -332,6 +332,7 @@ class HttpCase(TransactionCase): phantom.terminate() phantom.wait() self._wait_remaining_requests() + # we ignore phantomjs return code as we kill it as soon as we have ok _logger.info("phantom_run execution finished") def _wait_remaining_requests(self):