From: Stefano Lattarini Date: Fri, 27 Jul 2012 12:55:36 +0000 (+0200) Subject: [ng] rename: am__is_xfail_test -> -> am.test-suite.is-xfail X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0130f3cfaa4cddd01ca2ccdd4d1428a5220ff13d;p=thirdparty%2Fautomake.git [ng] rename: am__is_xfail_test -> -> am.test-suite.is-xfail Signed-off-by: Stefano Lattarini --- 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) \ -- \