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

pedronis at codespeak.net pedronis at codespeak.net
Mon Oct 19 18:20:42 CEST 2009


Author: pedronis
Date: Mon Oct 19 18:20:41 2009
New Revision: 68644

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
reorder categories

Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Mon Oct 19 18:20:41 2009
@@ -34,7 +34,8 @@
 
 # pypy test summary page
 summary = load('pypybuildbot.summary')
-status.putChild('summary', summary.Summary(['own', 'applevel', 'lib-python',
+status.putChild('summary', summary.Summary(['own', 'applevel',
+                                            'lib-python', 'jit',
                                             'stackless',
                                             'windows', 'maemo', 'other']))
 



More information about the Pypy-commit mailing list