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/16112005c/Makefile

    r55 r56  
    33
    44test : $(EXE_SCASS)
    5         @echo -ne "| Testing $$(basename $$(pwd)): " ;
    6         @./$(EXE_SCASS) 2> /dev/null ; \
    7    if [ $$? -ne 29 ] ; then echo "KO" ; else echo "OK" ; fi
     5        $(SILENCE)$(ECHO) -ne "| Testing $$(basename $$(pwd)): " ;
     6        $(SILENCE)./$(EXE_SCASS) 2> /dev/null ; \
     7   if [ $$? -ne 29 ] ; then $(ECHO) -e "$(KO)" ; else $(ECHO) -e "$(OK)" ; fi
    88
    99
Note: See TracChangeset for help on using the changeset viewer.