Skip to content

Commit

Permalink
ignore locale to ensure test bla runs before bla2 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
m4lvin authored Jul 26, 2024
1 parent 37f8517 commit ff1baf8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ EXPECTED_DIR="test"

lake build

# ignore locale to ensure test `bla` runs before `bla2`
export LC_COLLATE=C

# Iterate over each .in file in the test directory
for infile in $IN_DIR/*.in; do
# Extract the base filename without the extension
Expand Down

0 comments on commit ff1baf8

Please sign in to comment.