diff mx/commands.py @ 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 8caa4f2df081 43b4e9201c29
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