Index: trunk/Platforms/Test/Makefile
===================================================================
--- trunk/Platforms/Test/Makefile	(revision 142)
+++ trunk/Platforms/Test/Makefile	(revision 145)
@@ -34,5 +34,4 @@
 PRIORITY			= 0
 endif
-
 ifeq ($(flavor CLEAN), undefined)
 CLEAN				= 0
@@ -185,5 +184,5 @@
 				for log in $(LOGS); do 							\
 					$(ECHO) -n ".";							\
-					$(ECHO) -n "source $(MORPHEO_TOPLEVEL)/environment.sh $(MORPHEO_LOCALIZATION); path=\"${PWD}\"; " >> $(SCRIPT);\
+					$(ECHO) -n "source $(MORPHEO_TOPLEVEL)/environment.sh -l $(MORPHEO_LOCALIZATION) -t $(MORPHEO_TYPE); path=\"${PWD}\"; " >> $(SCRIPT);\
 					if $(TEST) $(CLEAN) -ne 0; then					\
 						$(ECHO) -n "$(RM) $${log}; " >> $(SCRIPT); 		\
@@ -300,5 +299,6 @@
 				$(ECHO) " * debug               : cf 'make run DATA=debug'";\
 				$(ECHO) " * bench               : cf 'make run DATA=bench'";\
-				$(ECHO) " * distexe             : Generate an command file to distexe. It's as run command, but just generate an script with all make";\
+				$(ECHO) " * distexe             : Generate an command file to distexe (\"$(SCRIPT)\").";\
+				$(ECHO) "                         This file can be use with distexe or just run in local machine.";\
 				$(ECHO) " * cfg                 : For each configuration in \"${PATH_CFG}\", create basic test";\
 				$(ECHO) " * lib                 : make library";\
