Index: sources/test_regression/16112005b/Makefile
===================================================================
--- sources/test_regression/16112005b/Makefile	(revision 55)
+++ sources/test_regression/16112005b/Makefile	(revision 56)
@@ -3,7 +3,7 @@
 
 test : $(EXE_SCASS)
-	@echo -ne "| Testing $$(basename $$(pwd)): " ;
-	@./$(EXE_SCASS) 2> /dev/null ; \
-   if [ $$? -ne 29 ] ; then echo "KO" ; else echo "OK" ; fi
+	$(SILENCE)$(ECHO) -ne "| Testing $$(basename $$(pwd)): " ;
+	$(SILENCE)./$(EXE_SCASS) 2> /dev/null ; \
+   if [ $$? -ne 29 ] ; then $(ECHO) -e "$(KO)" ; else $(ECHO) -e "$(OK)" ; fi
 
 
