From ef90e053635136a2bb32d18b7297b35ea148ed21 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Mon, 15 May 2006 09:51:53 +0000 Subject: [PATCH] (XFAILFILE): New variable --- tests/atlocal.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/atlocal.in b/tests/atlocal.in index b56ef62..7fac3ed 100644 --- a/tests/atlocal.in +++ b/tests/atlocal.in @@ -4,6 +4,10 @@ PATH=@abs_builddir@:@abs_top_builddir@/src:@abs_top_srcdir@/build-aux:$top_srcdir:$srcdir:$PATH +XFAILFILE=$abs_builddir/.badversion + +trap "test -r $XFAILFILE && cat $XFAILFILE; exit $?" 1 2 13 15 + TEST_DATA_URL=ftp://download.gnu.org.ua/pub/tests/tar if test -z "$TEST_DATA_DIR"; then TEST_DATA_DIR=$abs_builddir -- 2.44.0