aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-11-07 11:51:13 +0100
committerGuido Günther <agx@sigxcpu.org>2017-11-07 11:51:13 +0100
commite5ba8dafca4e07b8a5a87e9f38b961ff2db1ad5e (patch)
tree04dc1cb0dd969c272118eaccf5ea7d12dcafc4e1 /Makefile
parent5812f2e36f3bdf1a4f55fa4ee5b47c32fb7a9b8e (diff)
Makefile: allow to override TEST_LOCALE from environment
This makes it simpler when run in a container. Gbp-Dch: Ignore
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cdd5961e..e791e9f1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
PY_EXAMPLES=$(shell grep -l /usr/bin/python examples/*)
FLAKE_OPTS=$(shell test -w /dev/shm || echo '-j1')
NOSE_OPTS=--with-xcoverage
-TEST_LOCALE=C.UTF-8
+TEST_LOCALE?=C.UTF-8
all: syntax-check test