Skip to content

Commit

Permalink
[ fix #3339 ] Set the global test locale
Browse files Browse the repository at this point in the history
  • Loading branch information
buzden authored and gallais committed Jul 2, 2024
1 parent c5abf4b commit 22c25e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/testutils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22c25e9

Please sign in to comment.