mirror of https://github.com/fail2ban/fail2ban
run only tests not requiring network access
parent
de72ec0d39
commit
c516e8a010
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue