[pypy-commit] buildbot default: another fix

fijal noreply at buildbot.pypy.org
Sat Jul 16 23:25:05 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r533:00b2db6f1765
Date: 2011-07-16 23:24 +0200
http://bitbucket.org/pypy/buildbot/changeset/00b2db6f1765/

Log:	another fix

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -290,7 +290,7 @@
         if postfix:
             addopts = ['--postfix', postfix]
         else:
-            addopts = None
+            addopts = []
         self.addStep(ShellCmd(
             description="run benchmarks on top of pypy-c",
             command=["python", "runner.py", '--output-filename', 'result.json',


More information about the pypy-commit mailing list