]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
DNS::LDNS in README, continue tests on fail + ...
authorWillem Toorop <willem@nlnetlabs.nl>
Mon, 23 Dec 2013 11:11:17 +0000 (12:11 +0100)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 23 Dec 2013 11:11:17 +0000 (12:11 +0100)
Better detection of ftp to fetch file (i.e. on Mac OS-X too)

README.git
test/05-iana-rr-types.tpkg
test/test_all.sh

index 174ea97c2f186687d6000eed01f4f26bf98465aa..34c9ae54f5e4e4029eee7700b6718777d638439c 100644 (file)
@@ -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)
index 377186ece709b39478a6e5f39b6240122556944e..249280f1c7ebb6a772d5f499fdf9e4d99aa8dbea 100644 (file)
Binary files a/test/05-iana-rr-types.tpkg and b/test/05-iana-rr-types.tpkg differ
index b4593af2c5e48cc028b59f9e8ac68d11cb1c8db9..7bd9edfdd4cbbcafc80c1a0c3182615905cd6290 100755 (executable)
@@ -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