components/wdiff/test/results-64.master
changeset 4732 d072001cb0ea
parent 3889 6d2b22b9de00
equal deleted inserted replaced
4731:88830c57334b 4732:d072001cb0ea
     1 make[1]: Entering directory `$(@D)'
       
     2 Making check in lib
       
     3 make[2]: Entering directory `$(@D)/lib'
       
     4 /usr/gnu/bin/make  check-recursive
       
     5 make[3]: Entering directory `$(@D)/lib'
       
     6 Making check in po
       
     7 make[4]: Entering directory `$(@D)/lib/po'
       
     8 make[4]: Nothing to be done for `check'.
       
     9 make[4]: Leaving directory `$(@D)/lib/po'
       
    10 make[4]: Entering directory `$(@D)/lib'
       
    11 make[4]: Nothing to be done for `check-am'.
       
    12 make[4]: Leaving directory `$(@D)/lib'
       
    13 make[3]: Leaving directory `$(@D)/lib'
       
    14 make[2]: Leaving directory `$(@D)/lib'
       
    15 Making check in po
       
    16 make[2]: Entering directory `$(@D)/po'
       
    17 make[2]: Leaving directory `$(@D)/po'
       
    18 Making check in src
       
    19 make[2]: Entering directory `$(@D)/src'
       
    20 make[2]: Nothing to be done for `check'.
       
    21 make[2]: Leaving directory `$(@D)/src'
       
    22 Making check in doc
       
    23 make[2]: Entering directory `$(@D)/doc'
       
    24 make[2]: Nothing to be done for `check'.
       
    25 make[2]: Leaving directory `$(@D)/doc'
       
    26 Making check in man
       
    27 make[2]: Entering directory `$(@D)/man'
       
    28 make[2]: Nothing to be done for `check'.
       
    29 make[2]: Leaving directory `$(@D)/man'
       
    30 make[2]: Entering directory `$(@D)'
       
    31 /usr/gnu/bin/make  check-local
       
    32 make[3]: Entering directory `$(@D)'
       
    33 abs_srcdir=`CDPATH="${ZSH_VERSION+.}:" && cd $(SOURCE_DIR) && pwd`; cd tests; \
       
    34 CONFIG_SHELL="/bin/bash" /bin/bash $abs_srcdir/tests/testsuite \
       
    35    AUTOTEST_PATH="src"
       
    36 ## ---------------------------------- ##
     1 ## ---------------------------------- ##
    37 ## GNU wdiff 1.2.2 test suite: wdiff. ##
     2 ## GNU wdiff 1.2.2 test suite: wdiff. ##
    38 ## ---------------------------------- ##
     3 ## ---------------------------------- ##
    39   1: wdiff output formats                            ok
     4   1: wdiff output formats                            ok
    40   2: report bad diff binary                          ok
     5   2: report bad diff binary                          ok
    44 ## ------------- ##
     9 ## ------------- ##
    45 ## Test results. ##
    10 ## Test results. ##
    46 ## ------------- ##
    11 ## ------------- ##
    47 
    12 
    48 All 4 tests were successful.
    13 All 4 tests were successful.
    49 make[3]: Leaving directory `$(@D)'
       
    50 make[2]: Leaving directory `$(@D)'
       
    51 if test -d $(SOURCE_DIR)/.git				\
       
    52 	&& git --version >/dev/null 2>&1; then			\
       
    53   cd $(SOURCE_DIR) &&						\
       
    54   git submodule --quiet foreach					\
       
    55       'test "$(git rev-parse "$sha1")"			\
       
    56 	  = "$(git merge-base origin "$sha1")"'		\
       
    57     || { echo 'maint.mk: found non-public submodule commit' >&2;	\
       
    58 	 exit 1; };						\
       
    59 else								\
       
    60   : ;								\
       
    61 fi
       
    62 make[1]: Leaving directory `$(@D)'