Merge pull request #360 from yuja/unset-locale

Unset LC_ALL and LC_COLLATE to stabilize regression test output
pull/361/head
Wilfred Hughes 2022-09-09 09:08:47 +07:00 committed by GitHub
commit b975a0ee9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

@ -20,6 +20,7 @@ cargo build --release
# Set language so we expand globs in a consistent order regardless of # Set language so we expand globs in a consistent order regardless of
# locale (e.g. on GitHub actions). # locale (e.g. on GitHub actions).
LANG=en_US.UTF-8 LANG=en_US.UTF-8
unset LC_ALL LC_COLLATE
echo "==> Check outputs" echo "==> Check outputs"
for before_f in sample_files/*before.*; do for before_f in sample_files/*before.*; do