Author: Tim Felgentreff <[email protected]>
Branch: 
Changeset: r364:8d2fabd0a163
Date: 2013-05-03 13:25 +0200
http://bitbucket.org/pypy/lang-smalltalk/changeset/8d2fabd0a163/

Log:    fix benchmark script for stackvm

diff --git a/benchmarks.py b/benchmarks.py
--- a/benchmarks.py
+++ b/benchmarks.py
@@ -202,7 +202,7 @@
             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'],
+    arguments=['-vm-display-null', "images/%s.image" % SqueakImage, 
'../benchmarks.st'],
     commitid=cogid
 )
 RSqueakVM = Project(
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to