echo; \
echo ".. contents:: :depth: 2"; \
echo; \
- while read b; do echo $$b; done <$$workdir/bases \
- | $(am__create_global_log); \
+ $(am__create_global_log) <$$workdir/bases; \
} >$(TEST_SUITE_LOG).tmp; then \
mv -f $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \
else \
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
## If running a "make recheck", we must only consider tests that had an
## unexpected outcome (FAIL or XPASS) in the earlier run.
- @bases=`while read b; do echo $$b; done \
- <$(am.test-harness.workdir)/bases \
- | $(am__list_recheck_tests)` || exit 1; \
+ @bases=`$(am__list_recheck_tests) \
+ <$(am.test-harness.workdir)/bases` || exit 1; \
## Remove newlines and normalize whitespace.
bases=`echo $$bases`; \
## Re-run the relevant tests, without hitting command-line length limits.