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/16062005a/Makefile

    r55 r56  
    88
    99test : $(EXE_SCASS)
    10         @echo -ne "| Testing $$(basename $$(pwd)): " ;
    11         @./$(EXE_SCASS) $(HIERARCHY) 2> /dev/null
    12         @if diff $(HIERARCHY) $(HIERARCHY_REF) > /dev/null ; then \
    13     echo "OK" ; \
    14     else echo "KO" ; \
     10        $(SILENCE)$(ECHO) -ne "| Testing $$(basename $$(pwd)): " ;
     11        $(SILENCE)./$(EXE_SCASS) $(HIERARCHY) 2> /dev/null
     12        $(SILENCE)if diff $(HIERARCHY) $(HIERARCHY_REF) > /dev/null ; then \
     13    $(ECHO) -e "$(OK)" ; \
     14    else $(ECHO) -e "$(KO)" ; \
    1515    fi ;
    1616
Note: See TracChangeset for help on using the changeset viewer.