[pypy-commit] benchmarks default: oops

fijal noreply at buildbot.pypy.org
Sat Jul 16 22:07:11 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r126:0893b0a1eea4
Date: 2011-07-16 22:07 +0200
http://bitbucket.org/pypy/benchmarks/changeset/0893b0a1eea4/

Log:	oops

diff --git a/saveresults.py b/saveresults.py
--- a/saveresults.py
+++ b/saveresults.py
@@ -8,7 +8,7 @@
 
 SPEEDURL = "http://speed.pypy.org/"
 
-def save(project, revision, results, options, interpreter, host, testing=True,
+def save(project, revision, results, options, interpreter, host, testing=False,
          changed=True):
     testparams = []
     #Parse data


More information about the pypy-commit mailing list