From 0130f3cfaa4cddd01ca2ccdd4d1428a5220ff13d Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 27 Jul 2012 14:55:36 +0200 Subject: [PATCH] [ng] rename: am__is_xfail_test -> -> am.test-suite.is-xfail Signed-off-by: Stefano Lattarini --- lib/am/parallel-tests.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/am/parallel-tests.am b/lib/am/parallel-tests.am index d3348e55d..e2ca4d3ad 100644 --- a/lib/am/parallel-tests.am +++ b/lib/am/parallel-tests.am @@ -28,7 +28,7 @@ include color-tests.am ## Used by (at least) 'check-typos.am'. am.conf.using-parallel-tests := yes -am__is_xfail_test = \ +am.test-suite.is-xfail = \ $(if $(filter-out $(am.test-suite.xfail-test-bases), \ $(patsubst $(srcdir)/%,%,$(1))),no,yes) @@ -52,7 +52,7 @@ am.test-suite.runtest = \ --trs-file $*.trs \ --color-tests "$$am__color_tests" \ --enable-hard-errors $(if $(DISABLE_HARD_ERRORS),no,yes) \ - --expect-failure $(call am__is_xfail_test,$*) \ + --expect-failure $(call am.test-suite.is-xfail,$*) \ $(AM_$(1)LOG_DRIVER_FLAGS) \ $($(1)LOG_DRIVER_FLAGS) \ -- \ -- 2.47.2