From: Willem Toorop Date: Mon, 23 Dec 2013 11:11:17 +0000 (+0100) Subject: DNS::LDNS in README, continue tests on fail + ... X-Git-Tag: release-1.6.17rc1~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bd5245915b40d357dc70d74beeab912c9a079b7;p=thirdparty%2Fldns.git DNS::LDNS in README, continue tests on fail + ... Better detection of ftp to fetch file (i.e. on Mac OS-X too) --- diff --git a/README.git b/README.git index 174ea97c..34c9ae54 100644 --- a/README.git +++ b/README.git @@ -15,7 +15,7 @@ # it is needed) libtoolize -c --install autoreconf --install -./configure --with-examples --with-drill # --with-pyldns +./configure --with-examples --with-drill # --with-pyldns --with-p5-dns-ldns make make doc # needs doxygen for the html pages (cd pcat && autoreconf && ./configure && make) diff --git a/test/05-iana-rr-types.tpkg b/test/05-iana-rr-types.tpkg index 377186ec..249280f1 100644 Binary files a/test/05-iana-rr-types.tpkg and b/test/05-iana-rr-types.tpkg differ diff --git a/test/test_all.sh b/test/test_all.sh index b4593af2..7bd9edfd 100755 --- a/test/test_all.sh +++ b/test/test_all.sh @@ -17,7 +17,7 @@ fi test_tool_avail "dig" echo start the test at `date` in `pwd` -$TPKG clean +[ "$1" = "clean" -o "$2" = "clean" ] && $TPKG clean $TPKG -a ../.. fake 01-compile.tpkg $TPKG -a ../.. fake 02-lint.tpkg # Works only on FreeBSD really $TPKG -a ../.. fake 07-compile-examples.tpkg