diff mx.jvmci/mx_jvmci.py @ 22291:ccee68149d93

added --all-suites option to gate
author Doug Simon <doug.simon@oracle.com>
date Thu, 23 Jul 2015 18:31:14 +0200
parents 5425cd72bd3a
children 29bcf1fe3954
line wrap: on
line diff
--- a/mx.jvmci/mx_jvmci.py	Thu Jul 23 15:45:09 2015 +0200
+++ b/mx.jvmci/mx_jvmci.py	Thu Jul 23 18:31:14 2015 +0200
@@ -1227,7 +1227,7 @@
                 if mx.get_os() not in ['windows', 'cygwin']:
                     buildvms(['--vms', 'server-nojvmci', '--builds', 'product,optimized'])
 
-mx_gate.add_gate_runner(_jvmci_gate_runner)
+mx_gate.add_gate_runner(_suite, _jvmci_gate_runner)
 mx_gate.add_gate_argument('-g', '--only-build-jvmci', action='store_false', dest='buildNonJVMCI', help='only build the JVMCI VM')
 
 def deoptalot(args):