# HG changeset patch # User Gilles Duboscq # Date 1328640088 -3600 # Node ID 58ecb156a3e8c2991f9d0b90dab56c7753bbe671 # Parent 7903b6c28f9c598b4396ab2872d2aa848f67d713 Gate : run fastdebug configuration before product in order to get a better log if the gate fails diff -r 7903b6c28f9c -r 58ecb156a3e8 mx/commands.py --- a/mx/commands.py Tue Feb 07 19:03:51 2012 +0100 +++ b/mx/commands.py Tue Feb 07 19:41:28 2012 +0100 @@ -549,7 +549,7 @@ build(['--no-native']) tasks.append(t.stop()) - for vmbuild in ['product', 'fastdebug']: + for vmbuild in ['fastdebug', 'product']: global _vmbuild _vmbuild = vmbuild