diff mx/commands.py @ 4330:d13bfce7b3dd

Merge
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 26 Jan 2012 12:23:00 +0100
parents 4aacce9c9cb9 b0aa4a52b89c
children 0d661161fa24
line wrap: on
line diff
--- a/mx/commands.py	Thu Jan 26 12:22:36 2012 +0100
+++ b/mx/commands.py	Thu Jan 26 12:23:00 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