[Pkg-owncloud-commits] [owncloud-client] 01/09: set LC_ALL for tests.
Sandro Knauß
hefee at debian.org
Mon Dec 4 01:03:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
hefee pushed a commit to branch experimental
in repository owncloud-client.
commit db7f9a40faa9b548a691718dd366b0aa62c6664d
Author: Sandro Knauß <hefee at debian.org>
Date: Mon Dec 4 00:51:22 2017 +0100
set LC_ALL for tests.
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 9992d70..fd3f500 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,8 +22,8 @@ override_dh_auto_build-arch:
override_dh_auto_test-arch:
ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
- mkdir obj-$(DEB_HOST_GNU_TYPE)/config
- XDG_CONFIG_HOME=$(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/config xvfb-run -- dh_auto_test --no-parallel
+ mkdir -p obj-$(DEB_HOST_GNU_TYPE)/config
+ LC_ALL=C.UTF-8 XDG_CONFIG_HOME=$(CURDIR)/obj-$(DEB_HOST_GNU_TYPE)/config xvfb-run -- dh_auto_test --no-parallel
rm -r obj-$(DEB_HOST_GNU_TYPE)/config
else
@echo "** tests disabled"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list