[pypy-svn] r63170 - pypy/trunk/pypy/translator/js/test

hpk at codespeak.net hpk at codespeak.net
Sat Mar 21 12:17:39 CET 2009


Author: hpk
Date: Sat Mar 21 12:17:36 2009
New Revision: 63170

Modified:
   pypy/trunk/pypy/translator/js/test/runtest.py
Log:
those two options don't exist currently i think


Modified: pypy/trunk/pypy/translator/js/test/runtest.py
==============================================================================
--- pypy/trunk/pypy/translator/js/test/runtest.py	(original)
+++ pypy/trunk/pypy/translator/js/test/runtest.py	Sat Mar 21 12:17:36 2009
@@ -12,8 +12,8 @@
 from pypy.rpython.llinterp import LLException
 
 log = log.runtest
-use_browsertest = py.test.config.option.browser
-use_tg = py.test.config.option.tg
+use_browsertest = False # XXX py.test currently has no py.test.config.option.browser
+use_tg = False # XXX py.test.config.option.tg
 use_view = py.test.config.option.view
 
 port = 8080



More information about the Pypy-commit mailing list