flake-regressions.sh: Make the sort order deterministic
This commit is contained in:
@@ -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..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user