]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] cosmetics: remove a partly obsolete, partly redundant comment
authorStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 27 Jul 2012 14:13:01 +0000 (16:13 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Fri, 27 Jul 2012 14:13:01 +0000 (16:13 +0200)
* lib/am/parallel-tests.am (recheck): Here.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/parallel-tests.am

index 5bcc3024a8e057ee62d5c0f4cff232190831e931..87244341e550ca2adf0605acafc0966566dabcd4 100644 (file)
@@ -445,8 +445,6 @@ recheck: all %CHECK-DEPS%
 ## See comments above in the check-TESTS recipe for why remove
 ## $(TEST_SUITE_LOG) here.
        @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=`$(am.test-suite.list-tests-to-recheck) \
                  <$(am.test-suite.workdir)/bases` || exit 1; \
 ## Remove newlines and normalize whitespace.