changeset 4334:0893aef10ed4

fix for SPECjvm2008 bench
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 26 Jan 2012 22:54:39 +0100
parents ca48212b7681
children 0d661161fa24
files mx/sanitycheck.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/sanitycheck.py	Thu Jan 26 19:12:12 2012 +0100
+++ b/mx/sanitycheck.py	Thu Jan 26 22:54:39 2012 +0100
@@ -66,7 +66,7 @@
 class SanityCheckLevel:
     Fast, Gate, Normal, Extensive, Benchmark = range(5)
     
-def getSPECjvm2008(benchArgs = None, skipKitValidation=False, warmupTime=None, iterationTime=None):
+def getSPECjvm2008(benchArgs = [], skipKitValidation=False, warmupTime=None, iterationTime=None):
     
     specjvm2008 = mx.get_env('SPECJVM2008')
     if specjvm2008 is None or not exists(join(specjvm2008, 'SPECjvm2008.jar')):