Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r519:42c79747be3a
Date: 2011-06-21 20:40 +0200
http://bitbucket.org/pypy/buildbot/changeset/42c79747be3a/

Log:    workaround strange behavior in runner.py

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -297,7 +297,7 @@
                      '--revision', WithProperties('%(got_revision)s'),
                      '--upload', #'--force-host', 'bigdog',
                      '--branch', WithProperties('%(branch)s'),
-                     '--args', ',--jit threshold=0,function_threshold=0'],
+                     '--args', ',--jit threshold=0 --jit 
function_threshold=0'],
             workdir='./benchmarks',
             haltOnFailure=True))
         resfile = 
os.path.expanduser("~/bench_results_nojit/%(got_revision)s.json")
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to