From: Zygmunt Krynicki Date: Mon, 3 Jun 2024 09:41:32 +0000 (+0200) Subject: [PATCH 08/18] packaging: set LANG=C.utf-8 during tests X-Git-Tag: archive/raspbian/2.68.3-3+rpi1^2^2^2^2^2^2^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cd7c04cc195dc8b51a0ad3b9537537483510d648;p=snapd.git [PATCH 08/18] packaging: set LANG=C.utf-8 during tests Signed-off-by: Zygmunt Krynicki Gbp-Pq: Name 0009-PATCH-08-18-packaging-set-LANG-C.utf-8-during-tests.patch --- diff --git a/packaging/debian-sid/rules b/packaging/debian-sid/rules index 56b07c74..8b1e4956 100755 --- a/packaging/debian-sid/rules +++ b/packaging/debian-sid/rules @@ -188,7 +188,7 @@ endif $(MAKE) -C data all override_dh_auto_test: - GO111MODULE=off dh_auto_test -- $(BUILDFLAGS) -tags "$(TAGS)" $(GCCGOFLAGS) $(DH_GOPKG)/... + LANG=C.utf-8 GO111MODULE=off dh_auto_test -- $(BUILDFLAGS) -tags "$(TAGS)" $(GCCGOFLAGS) $(DH_GOPKG)/... # a tested default (production) build should have no test keys ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # check that only the main trusted account-keys are included