[IMP] filter out phantomjs warning on OSX

bzr revid: xmo@openerp.com-20140221143448-tpx62ua785kc8gfx
This commit is contained in:
Xavier Morel 2014-02-21 15:34:48 +01:00
parent a908700252
commit 013d27b850
1 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,8 @@ class HttpCase(TransactionCase):
line, buf = buf.split('\n', 1)
line = str(line)
if 'CoreText' in line:
continue
if line == "ok":
break
if line.startswith("error"):