1
0
mirror of https://github.com/getsops/sops.git synced 2026-02-05 12:45:21 +01:00

fix(Makefile): set locale to make tests pass

Matching on error messages without specifying locale failed for my German setup

Signed-off-by: Jonas Badstübner <jonas.badstuebner@hetzner-cloud.de>
This commit is contained in:
Jonas Badstübner
2024-04-23 15:19:28 +02:00
committed by Felix Fontein
parent 1c46d24921
commit f508d60dfc

View File

@@ -67,7 +67,7 @@ checkmd: $(MD_FILES)
.PHONY: test
test: vendor
gpg --import pgp/sops_functional_tests_key.asc 2>&1 1>/dev/null || exit 0
$(GO) test $(GO_TEST_FLAGS) ./...
LANG=en_US.UTF-8 $(GO) test $(GO_TEST_FLAGS) ./...
.PHONY: showcoverage
showcoverage: test