We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437179e commit 23ba907Copy full SHA for 23ba907
mk/tests.mk
@@ -60,6 +60,10 @@ ifdef VERBOSE
60
CTEST_TESTARGS += --verbose
61
endif
62
63
+# Setting locale ensures that gdb's output remains consistent.
64
+# This prevents tests from failing with some locales (fixes #17423).
65
+export LC_ALL=C
66
+
67
# If we're running perf then set this environment variable
68
# to put the benchmarks into 'hard mode'
69
ifeq ($(MAKECMDGOALS),perf)
0 commit comments