[FIX] tests: explain why we ignore phatomjs return code

This commit is contained in:
Christophe Simonis 2015-08-06 20:45:09 +02:00 committed by Antony Lesuisse
parent 54e06907c0
commit 6e59ea5db9
1 changed files with 1 additions and 0 deletions

View File

@ -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):