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

    r55 r56  
    1515
    1616test : $(EXE_SCASS)
    17         @echo -ne "| Testing $$(basename $$(pwd)): " ; \
     17        $(SILENCE)$(ECHO) -ne "| Testing $$(basename $$(pwd)): " ; \
    1818   ./$(EXE_SCASS) --t 2> /dev/null || res=1 ; \
    1919        (tail -n +3 $(MODULE_GRAPH) | diff $(MODULE_GRAPH_REF) -) > /dev/null || res=1 ; \
     
    2222        (tail -n +3 $(PROCESS_ORDER) | diff $(PROCESS_ORDER_REF) -) > /dev/null || res=1 ; \
    2323        diff $(SIGNAL_ORDER_REF) $(SIGNAL_ORDER) > /dev/null || res=1 ; \
    24    if [ x"$$res" = x ] ; then echo "OK" ; else echo "KO" ; fi ;
     24   if [ x"$$res" = x ] ; then $(ECHO) -e "$(OK)" ; else $(ECHO) -e "$(KO)" ; fi ;
    2525       
    2626
Note: See TracChangeset for help on using the changeset viewer.