Ignore:
Timestamp:
May 29, 2013, 6:05:44 PM (11 years ago)
Author:
meunier
Message:
  • Tried to fix a problem with echo
  • Started to resolve some tests failing (often because of the test itself)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/test_regression/15092005d/Makefile

    r55 r56  
    55
    66test: $(EXE_SCASS)
    7         @echo -ne "| Testing $$(basename $$(pwd)): " ;
    8         @./$< 2> /dev/null ; \
    9         if [ $$? -eq 101 ] ; then echo "OK" ; else echo "KO" ; fi ;
     7        $(SILENCE)$(ECHO) -ne "| Testing $$(basename $$(pwd)): " ;
     8        $(SILENCE)./$< 2> /dev/null ; \
     9        if [ $$? -eq 101 ] ; then $(ECHO) -e "$(OK)" ; else $(ECHO) -e "$(KO)" ; fi ;
    1010
    1111
Note: See TracChangeset for help on using the changeset viewer.