[ fix #3339 ] Set the global test locale

This commit is contained in:
Denis Buzdalov 2024-07-01 19:21:55 +03:00 committed by G. Allais
parent c5abf4be35
commit 22c25e945e

View File

@ -109,6 +109,9 @@ if [ -z "$PREFIX_CHANGED" ] && [ -n "$IDRIS2_PREFIX" ]; then
export PREFIX_CHANGED=1
fi
# Set the most neutral locale for reproducibility
export LC_ALL=C.UTF-8
# Remove test directory from output
# Useful for consistency of output between machines
# Usage: run SomeTest.idr | filter_test_dir