From 4a05ab99153dc31ca73ac33c43ed8fc6cb0e147c Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Tue, 11 Jun 2013 00:04:03 +0200 Subject: [PATCH] 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... --- test/test_all.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.3