From: Stefano Lattarini Date: Fri, 27 Jul 2012 14:13:01 +0000 (+0200) Subject: [ng] cosmetics: remove a partly obsolete, partly redundant comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77d61950a5a0c9ce760b9a5603ee2bd544adc3b4;p=thirdparty%2Fautomake.git [ng] cosmetics: remove a partly obsolete, partly redundant comment * lib/am/parallel-tests.am (recheck): Here. Signed-off-by: Stefano Lattarini --- diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am index 5bcc3024a..87244341e 100644 --- a/lib/am/parallel-tests.am +++ b/lib/am/parallel-tests.am @@ -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.