parallel-tests: more uses for '$(am__make_dryrun)'
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 5 Feb 2012 20:22:01 +0000 (21:22 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 5 Feb 2012 20:58:21 +0000 (21:58 +0100)
commitd029740b347df2f4792b56d402e9368e8b741c2a
tree361a71cc4146817c7fac0552c9424c15ade3bb29
parentd2d18dca6f34c36881b54f45c598e6bbf622be83
parallel-tests: more uses for '$(am__make_dryrun)'

With this change we refactor some recipes of the parallel-tests
harness to make them use, where appropriate, the new internal
variable '$(am__make_dryrun)' (introduced in the 'maint' branch)
when they need to determine whether make is running in "dry mode",
i.e., with "make -n".  This allows for some simplifications and
for improved uniformity.

* lib/am/check.am (check-TESTS recheck): Use $(am__make_dryrun) and
simplify accordingly.
(am--redo-logs): Delete this internal helper recipe, merged into ...
($(TEST_SUITE_LOG)): ... this, with the help of $(am__make_dryrun).
recipe accordingly.
lib/am/check.am