diff --git a/debian/changelog b/debian/changelog index c8fcd099..2947e609 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ fail2ban (0.9.0+git48-gabcab00-1) experimental; urgency=medium * Post 0.9 release snapshot. * debian/rules - do not ignore tests failures + - run only tests not requiring network access - nagios and cacti examples get installed -- Yaroslav Halchenko Tue, 25 Mar 2014 00:43:46 -0400 diff --git a/debian/rules b/debian/rules index 2f77efb0..48b629b4 100755 --- a/debian/rules +++ b/debian/rules @@ -39,7 +39,7 @@ override_dh_install: override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - ./fail2ban-testcases-all + ./fail2ban-testcases-all --no-network endif override_dh_installexamples: