Skip to content

Commit

Permalink
[ fix idris-lang#3339 ] Set the global test locale
Browse files Browse the repository at this point in the history
  • Loading branch information
buzden committed Jul 1, 2024
1 parent 57f455d commit 32130ac
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
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 32130ac

Please sign in to comment.