[pypy-svn] r68500 - pypy/trunk/pypy

pedronis at codespeak.net pedronis at codespeak.net
Thu Oct 15 17:18:23 CEST 2009


Author: pedronis
Date: Thu Oct 15 17:18:22 2009
New Revision: 68500

Modified:
   pypy/trunk/pypy/testrunner_cfg.py
Log:
this beast is not there anymore



Modified: pypy/trunk/pypy/testrunner_cfg.py
==============================================================================
--- pypy/trunk/pypy/testrunner_cfg.py	(original)
+++ pypy/trunk/pypy/testrunner_cfg.py	Thu Oct 15 17:18:22 2009
@@ -6,7 +6,6 @@
         reldir.startswith('rlib/test') or
         reldir.startswith('rpython/memory/') or
         reldir.startswith('jit/backend/x86/') or
-        reldir.startswith('jit/backend/minimal/') or
         reldir.startswith('jit/backend/cli')):
         testdirs.extend(tests)
     else:



More information about the Pypy-commit mailing list