Signed-off-by: Stefano Lattarini <[email protected]> --- lib/am/check-typos.am | 2 +- lib/am/parallel-tests.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/am/check-typos.am b/lib/am/check-typos.am index 224d71d..5b19111 100644 --- a/lib/am/check-typos.am +++ b/lib/am/check-typos.am @@ -54,7 +54,7 @@ ifeq ($(AM_FORCE_SANITY_CHECKS),yes) # The '*LOG_DEPENDENCIES' variables are used to declare extra dependencies # for test cases, but only when the parallel testsuite harness is in use. -ifeq "$(am__using_parallel_tests)" "yes" +ifeq "$(am.conf.using-parallel-tests)" "yes" # Extension-less tests are always accepted. .am/vartypos/whitelisted-vars += LOG_DEPENDENCIES # We expect '.ext' to be a valid tests extension iff 'EXT_LOG_DRIVER' is diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am index dac1e48..86d9fbe 100644 --- a/lib/am/parallel-tests.am +++ b/lib/am/parallel-tests.am @@ -26,7 +26,7 @@ include color-tests.am ## (among them, TAP). ## Used by (at least) 'check-typos.am'. -am__using_parallel_tests := yes +am.conf.using-parallel-tests := yes am__is_xfail_test = \ $(if $(filter-out $(am__xfail_test_bases), \ -- 1.7.10.4
