diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-07 15:16:14 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-07 15:16:14 -0500 |
| commit | 17a6313d28b6d179632798eaa24518b1d8166e88 (patch) | |
| tree | 27f10078b47afa4da84f47be6322e5e98dd7bf0c | |
| parent | bae4ae1a6afa4516ef0e5349471d572663c6ad1f (diff) | |
Set locale when running tests
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ tags: %.tm.testresult: %.tm tomo @printf '\x1b[33;1;4m%s\x1b[m\n' $< @set -o pipefail; \ - if ! VERBOSE=0 COLOR=1 CC=gcc ./tomo -O 1 $< 2>&1 | tee $@; then \ + if ! VERBOSE=0 COLOR=1 LC_ALL=C CC=gcc ./tomo -O 1 $< 2>&1 | tee $@; then \ rm -f $@; \ false; \ fi |
