[pypy-svn] r34900 - pypy/dist/lib-python

mwh at codespeak.net mwh at codespeak.net
Thu Nov 23 15:38:06 CET 2006


Author: mwh
Date: Thu Nov 23 15:38:05 2006
New Revision: 34900

Modified:
   pypy/dist/lib-python/conftest.py
Log:
fix one last piece of fallout from the config branch merge.


Modified: pypy/dist/lib-python/conftest.py
==============================================================================
--- pypy/dist/lib-python/conftest.py	(original)
+++ pypy/dist/lib-python/conftest.py	Thu Nov 23 15:38:05 2006
@@ -879,7 +879,7 @@
         if regrtest.compiler:
             pypy_options.append('--compiler=%s' % regrtest.compiler)
         pypy_options.extend(
-            ['--usemodules=%s' % mod for mod in regrtest.usemodules])
+            ['--withmod-%s' % mod for mod in regrtest.usemodules])
         sopt = " ".join(pypy_options) 
         # experimental: always use regrverbose script 
         # previously we only did it if regrtest.outputpath() was True



More information about the Pypy-commit mailing list