[pypy-commit] lang-smalltalk default: merge default

timfel noreply at buildbot.pypy.org
Tue Apr 30 16:46:20 CEST 2013


Author: Tim Felgentreff <timfelgentreff at gmail.com>
Branch: 
Changeset: r361:d8c5396941c4
Date: 2013-04-30 16:45 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/d8c5396941c4/

Log:	merge default

diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -194,6 +194,12 @@
             "coglinux/squeak",
             cogurl,
             callback=update_image
+        ),
+        Executable(
+            "stackvm",
+            "stackvm/bin/squeak",
+            "http://squeakvm.org/unix/release/Squeak-4.10.2.2614-linux_i386.tar.gz",
+            callback=(lambda x: subprocess.Popen(["mv", "Squeak-4.10.2.2614-linux_i386", "stackvm"]).wait())
         )
     ],
     arguments=['-vm-display-X11', '-headless', "images/%s.image" % SqueakImage, '../benchmarks.st'],


More information about the pypy-commit mailing list