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/29032005/Makefile

    r55 r56  
    1515
    1616test : $(EXE_SCASS)
    17         @echo -ne "| Testing $$(basename $$(pwd)): " ;
    18         @./$(EXE_SCASS) --p --t --k 2> /dev/null || res=1 ; \
     17        $(SILENCE)$(ECHO) -ne "| Testing $$(basename $$(pwd)): " ;
     18        $(SILENCE)./$(EXE_SCASS) --p --t --k 2> /dev/null || res=1 ; \
    1919        (tail -n +3 $(SIGNAL_GRAPH) | diff $(SIGNAL_GRAPH_REF) -) > /dev/null || res=1 ; \
    2020        (tail -n +3 $(PROCESS_ORDER) | diff $(PROCESS_ORDER_REF) -) > /dev/null || res=1 ; \
    2121        (tail -n +3 $(PORT_GRAPH) | diff $(PORT_GRAPH_REF) -) > /dev/null || res=1 ; \
    2222        diff $(SIGNAL_ORDER_REF) $(SIGNAL_ORDER) > /dev/null || res=1 ; \
    23         if [ x"$$res" = x ] ; then echo "OK" ; else echo "KO" ; fi ;
     23        if [ x"$$res" = x ] ; then $(ECHO) -e "$(OK)" ; else $(ECHO) -e "$(KO)" ; fi ;
    2424       
    2525
Note: See TracChangeset for help on using the changeset viewer.