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

wildchild at codespeak.net wildchild at codespeak.net
Fri May 21 00:49:15 CEST 2010


Author: wildchild
Date: Fri May 21 00:49:13 2010
New Revision: 74614

Modified:
   pypy/build/bot2/pypybuildbot/master.py
Log:
Wrong factory...


Modified: pypy/build/bot2/pypybuildbot/master.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/master.py	(original)
+++ pypy/build/bot2/pypybuildbot/master.py	Fri May 21 00:49:13 2010
@@ -199,7 +199,7 @@
                   {"name" : STACKLESSAPPLVLFREEBSD64,
                    "slavenames": ['headless'],
                    'builddir' : STACKLESSAPPLVLFREEBSD64,
-                   'factory' : pypyTranslatedAppLevelTestFactory,
+                   'factory' : pypyStacklessTranslatedAppLevelTestFactory,
                    "category": 'other'
                    },
                   {"name" : JITLINUX32,



More information about the Pypy-commit mailing list