diff mx/commands.py @ 5438:f46fee826f7f

Enable fastdebug server configuration in gate
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 23 May 2012 15:28:17 +0200
parents 0bd1ba69db2a
children 9f4783c0269e
line wrap: on
line diff
--- a/mx/commands.py	Wed May 23 15:27:02 2012 +0200
+++ b/mx/commands.py	Wed May 23 15:28:17 2012 +0200
@@ -823,9 +823,6 @@
                 _vmbuild = vmbuild
                 for theVm in ['client', 'server']:
                     _vm = theVm
-                    # TODO: remove once regression in fastdebug-server has been fixed
-                    if vmbuild == 'fastdebug' and theVm == 'server':
-                        continue
 
                     t = Task('DaCapo_pmd:' + theVm + ':' + vmbuild)
                     dacapo(['pmd'])