changeset 4336:b5c12b21879c

fix for SPECjvm2008 bench in commands.py
author Gilles Duboscq <duboscq@ssw.jku.at>
date Fri, 27 Jan 2012 00:27:10 +0100
parents 0d661161fa24
children b801d2f9e2b0
files mx/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/commands.py	Thu Jan 26 23:35:08 2012 +0100
+++ b/mx/commands.py	Fri Jan 27 00:27:10 2012 +0100
@@ -550,7 +550,7 @@
         benchmarks += sanitycheck.getBootstraps()
     #SPECjvm2008
     if ('specjvm2008' in args or 'all' in args):
-        benchmarks += [sanitycheck.getSPECjvm2008(None, True, 120, 120)]
+        benchmarks += [sanitycheck.getSPECjvm2008([], True, 120, 120)]
     else:
         specjvms = [a[12:] for a in args if a.startswith('specjvm2008:')]
         for specjvm in specjvms: