From: Willem Toorop Date: Mon, 10 Jun 2013 22:04:03 +0000 (+0200) Subject: disable lint and regression tests X-Git-Tag: release-1.6.17rc1~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a05ab99153dc31ca73ac33c43ed8fc6cb0e147c;p=thirdparty%2Fldns.git disable lint and regression tests I temporarily disabled tests that fail in the new CI system. Splint doesn't work anymore on FreeBSD 9.1. Find alternative. Regression tests should be made a bit more indulgent. Also a test with commit and build e-mails... --- diff --git a/test/test_all.sh b/test/test_all.sh index 21f9d7cb..335c7b55 100755 --- a/test/test_all.sh +++ b/test/test_all.sh @@ -19,8 +19,13 @@ test_tool_avail "dig" echo start the test at `date` in `pwd` $TPKG clean $TPKG -a ../.. fake 01-compile.tpkg +$TPKG -a ../.. fake 02-lint.tpkg $TPKG -a ../.. fake 07-compile-examples.tpkg $TPKG -a ../.. fake 16-compile-builddir.tpkg +$TPKG -a ../.. fake 30-load-pyldns.tpkg +$TPKG -a ../.. fake 31-load-pyldnsx.tpkg +$TPKG -a ../.. fake 32-unbound-1.4.20-regression.tpkg +$TPKG -a ../.. fake 33-wget-compile-test-unbound-latest.tpkg $TPKG -a ../.. fake 999-compile-nossl.tpkg for tests in *.tpkg