run only tests not requiring network access

pull/808/head debian/0.9.0+git48-gabcab00-1
Yaroslav Halchenko 2014-03-25 11:17:34 -04:00
parent de72ec0d39
commit c516e8a010
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -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 <debian@onerussian.com> Tue, 25 Mar 2014 00:43:46 -0400

2
debian/rules vendored
View File

@ -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: