[pypy-svn] r41405 - pypy/dist/pypy/tool

pedronis at codespeak.net pedronis at codespeak.net
Mon Mar 26 18:19:23 CEST 2007


Author: pedronis
Date: Mon Mar 26 18:19:21 2007
New Revision: 41405

Modified:
   pypy/dist/pypy/tool/makerelease.py
Log:
hack a skip into the makerelease tool



Modified: pypy/dist/pypy/tool/makerelease.py
==============================================================================
--- pypy/dist/pypy/tool/makerelease.py	(original)
+++ pypy/dist/pypy/tool/makerelease.py	Mon Mar 26 18:19:21 2007
@@ -77,7 +77,7 @@
     old = docdir.chdir()
     try:
         # Generate the html files.
-        cmd = "python2.4 ../test_all.py"
+        cmd = "python2.4 ../test_all.py -k -test_play1_snippets"
         logexec(cmd)
         r = os.system(cmd)
         if r:



More information about the Pypy-commit mailing list