changeset 4483:58ecb156a3e8

Gate : run fastdebug configuration before product in order to get a better log if the gate fails
author Gilles Duboscq <duboscq@ssw.jku.at>
date Tue, 07 Feb 2012 19:41:28 +0100
parents 7903b6c28f9c
children c82b74db2ccd 9d640941c9c7 43b4e9201c29
files mx/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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