Question #224088 on rohc changed:
https://answers.launchpad.net/rohc/+question/224088
matthew gave more information on the question:
Here is the make -n of check-TESTS in the offending directory:
└──> make -n check-TESTS
if test check-TESTS != recheck; then \
list='test_decompress_feedback_only.sh.log'; test -z "$list" || rm
-f $list; \
fi
test -z "test-suite.log" || rm -f test-suite.log
list='' list2='test_decompress_feedback_only.sh.log'; for f in $list2; do \
test .log = $f && continue; \
if test check-TESTS = recheck; then \
test -f $f || continue; \
if test -r $f && read line < $f; then \
case $line in FAIL*|XPASS*) : ;; *) continue;; esac; \
fi; \
fi; \
if test -z "$list"; then list=$f; else list="$list $f"; fi; \
done; \
if test check-TESTS = recheck && test -n "$list"; then \
{ am__dry=no; case $MAKEFLAGS in *\\[\ \ ]*) echo 'am--echo: ;
@echo "AM" OK' | make -f - 2>/dev/null | grep '^AM OK$' >/dev/null ||
am__dry=yes;; *) for am__flg in $MAKEFLAGS; do case $am__flg in *=*|--*) ;;
*n*) am__dry=yes; break;; esac; done;; esac; test $am__dry = yes; } || rm -f
$list || exit 1; \
fi; \
make test-suite.log TEST_LOGS="$list"
--
You received this question notification because you are a member of ROHC
Team, which is an answer contact for rohc.
_______________________________________________
Mailing list: https://launchpad.net/~rohc
Post to : [email protected]
Unsubscribe : https://launchpad.net/~rohc
More help : https://help.launchpad.net/ListHelp