From 599ee404cde64c516c7c5041d099702eea2ea3c1 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 27 Jul 2012 15:01:43 +0200 Subject: [PATCH] [ng] cosmetics: improve a comment * lib/am/parallel-tests.am (am.test-suite.test-bases): About this variable. Signed-off-by: Stefano Lattarini --- lib/am/parallel-tests.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am index e2ca4d3ad..ac62fbcd3 100644 --- a/lib/am/parallel-tests.am +++ b/lib/am/parallel-tests.am @@ -277,7 +277,9 @@ END { \ # Restructured Text title. am.test-suite.rst-title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } -# This supports runtime overriding of $(TESTS) and $(XFAIL_TESTS). +# These support runtime overriding of $(TESTS) and $(XFAIL_TESTS). +# The first one must be left overridable (hence the definition with '?=', +# because the 'recheck' target need to override it (and in a tricky way). !am.test-suite.test-bases ?= \ ! $(call am.memoize,am.test-suite.test-bases,$(call am.test-suite.get-test-bases,$(TESTS))) am.test-suite.xfail-test-bases = \ -- 2.47.2