[pypy-commit] buildbot default: this was not supposed to be commited

fijal noreply at buildbot.pypy.org
Mon Jan 23 23:55:03 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r613:166c710d4406
Date: 2012-01-24 00:54 +0200
http://bitbucket.org/pypy/buildbot/changeset/166c710d4406/

Log:	this was not supposed to be commited

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -339,9 +339,6 @@
                 )
             )
         pypy_c_rel = "../build/pypy/translator/goal/pypy-c"
-        self.addStep(ShellCmd(
-            description="measure numpy compatibility",
-            
         if postfix:
             addopts = ['--postfix', postfix]
         else:


More information about the pypy-commit mailing list