changeset 8554:676a85b65481

allow Graal options to be passed to "mx bench"
author Lukas Stadler <lukas.stadler@jku.at>
date Mon, 25 Mar 2013 11:18:08 +0100
parents ed38b01ce7bc
children 85d5fd3724ef
files mx/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/commands.py	Mon Mar 25 11:15:52 2013 +0100
+++ b/mx/commands.py	Mon Mar 25 11:18:08 2013 +0100
@@ -1025,7 +1025,7 @@
     vm = _vm
     if len(args) is 0:
         args = ['all']
-        
+    
     vmArgs = [arg for arg in args if arg.startswith('-')]
 
     def benchmarks_in_group(group):