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

    r55 r56  
    1616
    1717test: $(EXE_SCASS)
    18         @echo -ne "| Testing $$(basename $$(pwd)): " ; \
     18        $(SILENCE)$(ECHO) -ne "| Testing $$(basename $$(pwd)): " ; \
    1919   ./$(EXE_SCASS) --a --t --k 2> /dev/null; \
    2020   (tail -n +3 $(MODULE_GRAPH) | diff $(MODULE_GRAPH_REF) -) > /dev/null || res=1 ; \
     
    2727        (tail -n +3 $(SIGNAL_GRAPH) | diff $(SIGNAL_GRAPH_REF) -) > /dev/null || res=1 ; \
    2828        (tail -n +3 $(PROCESS_ORDER) | diff $(PROCESS_ORDER_B_REF) -) > /dev/null || res=1 ; \
    29    if [ x"$$res" = x ] ; then echo "OK" ; else echo "KO" ; fi ;
     29   if [ x"$$res" = x ] ; then $(ECHO) -e "$(OK)" ; else $(ECHO) -e "$(KO)" ; fi ;
    3030
    3131
Note: See TracChangeset for help on using the changeset viewer.