BF: enforce C.UTF-8 LC_ALL while running tests

pull/1858/head
Yaroslav Halchenko 2015-04-29 03:56:08 +00:00
parent b989027329
commit d530240c99
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -49,7 +49,7 @@ override_dh_install:
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
cd build && FAIL2BAN_CONFIG_DIR="$(CURDIR)/config" PYTHONPATH="$(CURDIR)/.pybuild/pythonX.Y_$(PYVERSION)/build/" scripts-*/fail2ban-testcases --no-network
cd build && LC_ALL=C.UTF-8 FAIL2BAN_CONFIG_DIR="$(CURDIR)/config" PYTHONPATH="$(CURDIR)/.pybuild/pythonX.Y_$(PYVERSION)/build/" scripts-*/fail2ban-testcases --no-network
endif
override_dh_installexamples: