[pypy-svn] r71060 - pypy/build/bot2/pypybuildbot

fijal at codespeak.net fijal at codespeak.net
Tue Feb 2 15:08:41 CET 2010


Author: fijal
Date: Tue Feb  2 15:08:40 2010
New Revision: 71060

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
I think this is enough to run apptests on top of the JIT build


Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Tue Feb  2 15:08:40 2010
@@ -68,7 +68,8 @@
                      '--jit-debug=steps'],
     targetArgs = ['--withoutmod-thread'],
     lib_python=True,
-    pypyjit=True
+    pypyjit=True,
+    app_tests=True,
     )
 
 pypy_OjitTranslatedTestFactory = pypybuilds.Translated(



More information about the Pypy-commit mailing list