mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-09 15:58:05 +02:00
flake-regressions.sh: Make the sort order deterministic
This commit is contained in:
parent
36cc8d5f4b
commit
0eec60968a
1 changed files with 1 additions and 1 deletions
|
@ -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..."
|
||||
|
||||
|
|
Loading…
Reference in a new issue