diff mx/commands.py @ 4365:b2ba03fc66a2

Merge.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Thu, 26 Jan 2012 17:09:43 +0100
parents b0aa4a52b89c
children d13bfce7b3dd
line wrap: on
line diff
--- a/mx/commands.py	Tue Jan 24 20:32:32 2012 +0100
+++ b/mx/commands.py	Thu Jan 26 17:09:43 2012 +0100
@@ -369,6 +369,7 @@
     """run the GraalVM"""
 
     build = vmbuild if vmbuild is not None else _vmbuild if _vmSourcesAvailable else 'product'
+    mx.expand_project_in_args(args)  
     if mx.java().debug:
         args = ['-Xdebug', '-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000'] + args
     exe = join(_jdk(build), 'bin', mx.exe_suffix('java'))
@@ -508,7 +509,7 @@
     total.stop()
 
 def bench(args):
-    """run benchmarks and parse their ouput for results
+    """run benchmarks and parse their output for results
 
     Results are JSON formated : {group : {benchmark : score}}."""
     resultFile = None