mirror of
https://github.com/NixOS/nix.git
synced 2025-12-11 19:41:04 +01: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
|
status=0
|
||||||
|
|
||||||
flakes=$(ls -d tests/*/*/* | head -n25)
|
flakes=$(ls -d tests/*/*/* | sort | head -n25)
|
||||||
|
|
||||||
echo "Running flake tests..."
|
echo "Running flake tests..."
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue