[pypy-svn] r39170 - pypy/dist/pypy/lang/js

fijal at codespeak.net fijal at codespeak.net
Sun Feb 18 19:16:11 CET 2007


Author: fijal
Date: Sun Feb 18 19:16:09 2007
New Revision: 39170

Modified:
   pypy/dist/pypy/lang/js/js_interactive.py
Log:
Don't use py.test options


Modified: pypy/dist/pypy/lang/js/js_interactive.py
==============================================================================
--- pypy/dist/pypy/lang/js/js_interactive.py	(original)
+++ pypy/dist/pypy/lang/js/js_interactive.py	Sun Feb 18 19:16:09 2007
@@ -157,5 +157,5 @@
 
 if __name__ == "__main__":
     import py
-    py.test.config.parse(sys.argv)
+    py.test.config.parse([])
     sys.exit(main())



More information about the Pypy-commit mailing list