[pypy-commit] buildbot default: grrr, missing coma

fijal noreply at buildbot.pypy.org
Sat Jul 16 18:22:24 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r529:f1174e9107a5
Date: 2011-07-16 18:22 +0200
http://bitbucket.org/pypy/buildbot/changeset/f1174e9107a5/

Log:	grrr, missing coma

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -292,7 +292,7 @@
             command=["python", "runner.py", '--output-filename', 'result.json',
                     '--pypy-c', pypy_c_rel,
                      '--baseline', pypy_c_rel,
-                     '--args', ',--jit off'
+                     '--args', ',--jit off',
                      '--upload', #'--force-host', 'bigdog',
                      '--revision', WithProperties('%(got_revision)s'),
                      '--branch', WithProperties('%(branch)s')],


More information about the pypy-commit mailing list