changeset 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 451327d8543b
children 4fc3a8040430 645534f5e4ab
files mx/commands.py
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
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'])