]> Dogcows Code - chaz/tar/commitdiff
(XFAILFILE): New variable
authorSergey Poznyakoff <gray@gnu.org.ua>
Mon, 15 May 2006 09:51:53 +0000 (09:51 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Mon, 15 May 2006 09:51:53 +0000 (09:51 +0000)
tests/atlocal.in

index b56ef627aeddf41dcc99fe54ea22bbafd5eb89d4..7fac3edc40c833285f53be6d3e9cbd10bb89e29e 100644 (file)
@@ -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
This page took 0.018506 seconds and 4 git commands to generate.