Skip to content

Commit

Permalink
flake-regressions.sh: Make the sort order deterministic
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed May 14, 2024
1 parent 931fc8e commit dfa7189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/flake-regressions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cd flake-regressions

status=0

flakes=$(ls -d tests/*/*/* | head -n25)
flakes=$(ls -d tests/*/*/* | sort | head -n25)

echo "Running flake tests..."

Expand Down

0 comments on commit dfa7189

Please sign in to comment.