Author: Maciej Fijalkowski <fij...@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',
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to